remove sub module theme and add our own theme
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{{ range .Site.Params.contacts }}
|
||||
<p><i class="{{ .icon }}"></i> <a href="{{ .url | safeURL }}">{{ .value }}</a></p>
|
||||
{{ end }}
|
||||
@@ -0,0 +1 @@
|
||||
{{ .Site.Params.contact.email }}
|
||||
@@ -0,0 +1 @@
|
||||
{{ with .Get "href" }}<a href="{{ . }}" target="_blank">{{ end }}{{ with .Get "icon" }}<i class="{{ . }}"></i> {{ end }}{{ with .Get "text" }}{{ . }}</a>{{ end }}
|
||||
@@ -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 }}
|
||||
@@ -0,0 +1 @@
|
||||
{{ .Site.Params.contact.phone }}
|
||||
@@ -0,0 +1,2 @@
|
||||
<!-- raw html -->
|
||||
{{.Inner}}
|
||||
Reference in New Issue
Block a user