Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2020-12-31 15:56:23 +0300
committerVictoria Drake <hello@victoria.dev>2020-12-31 15:56:23 +0300
commit2932037152a30e5542e947122ece0a26f148091b (patch)
tree14eef7ad735b365fc58d87ff5b2749986ad5b845 /layouts
parentfe776a91c87ffb4adb4cea6abec0f3d4fa05b1b9 (diff)
Update docs and config.tomlv5.0.0
- Add instructions for Contact section clock and Plausible - Update README and Theme Features post Close #273
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html1
-rw-r--r--layouts/index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index e08ad7d..425707b 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,6 +3,7 @@
<head>
{{ block "head" . }}
{{ partial "head/metadata.html" . }}
+ {{ partial "head/plausible.html" . }}
{{ partial "head/openGraph.html" . }}
{{ partial "head/favicons.html" . }}
{{ partial "head/css.html" . }}
diff --git a/layouts/index.html b/layouts/index.html
index d9243c3..c3ae575 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,6 +3,7 @@
<head>
{{ partial "head/metadata.html" . }}
+ {{ if .Site.Params.plausible }}{{ partial "head/plausible.html" . }}{{ end }}
{{ partial "head/openGraph.html" . }}
{{ partial "head/favicons.html" . }}
{{ partial "head/css.html" . }}