remove sub module theme and add our own theme

This commit is contained in:
2025-01-17 10:25:57 +01:00
parent 53dfed0093
commit 75b4e46f92
162 changed files with 9368 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
{{ range .Site.Params.contacts }}
<p><i class="{{ .icon }}"></i>&nbsp;<a href="{{ .url | safeURL }}">{{ .value }}</a></p>
{{ end }}

View File

@@ -0,0 +1 @@
{{ .Site.Params.contact.email }}

View File

@@ -0,0 +1 @@
{{ with .Get "href" }}<a href="{{ . }}" target="_blank">{{ end }}{{ with .Get "icon" }}<i class="{{ . }}"></i> {{ end }}{{ with .Get "text" }}{{ . }}</a>{{ end }}

View File

@@ -0,0 +1,5 @@
{{ if .Get "brand" }}
{{ with .Get "name" }}<i class="fa-brands fa-{{ . }}"></i>{{ end }}
{{ else }}
{{ with .Get "name" }}<i class="fa fa-{{ . }}"></i>{{ end }}
{{ end }}

View File

@@ -0,0 +1 @@
{{ .Site.Params.contact.phone }}

View File

@@ -0,0 +1,2 @@
<!-- raw html -->
{{.Inner}}