diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c2680ff..66717fc 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -72,6 +72,7 @@ {{ define "main" }}

{{ partial "docs/title.html" . }}

+ {{ partial "docs/inject/before-title.html" . }} {{partial "quartz/textprocessing" . }} {{ partial "quartz/footer" .}} {{/* {{- .Content -}} */}} diff --git a/layouts/partials/docs/inject/before-title.html b/layouts/partials/docs/inject/before-title.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/partials/docs/inject/toc-before.html b/layouts/partials/docs/inject/toc-before.html index e69de29..9ca3c64 100644 --- a/layouts/partials/docs/inject/toc-before.html +++ b/layouts/partials/docs/inject/toc-before.html @@ -0,0 +1,31 @@ +
+
+
+ {{if or (eq .Type "writing") (eq .Type "fic")}} +
+ Words: + + {{.WordCount}} + +
+ {{end}} +
+
+ +
+
+

+ tags +

+
+
+ {{ range $.Params.tags }} + + {{ end }} +
+
+
\ No newline at end of file diff --git a/layouts/partials/quartz/contact.html b/layouts/partials/quartz/contact.html index d279eb5..dcad818 100644 --- a/layouts/partials/quartz/contact.html +++ b/layouts/partials/quartz/contact.html @@ -8,9 +8,9 @@ {{ $year := dateFormat "2006" now }}

{{ i18n "copyright" (dict "name" $name "year" $year) | safeHTML}}