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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index c4c3a6c..dc92444 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -22,3 +22,9 @@
</main>
{{ end }}
+
+{{ define "svg-extra" }}
+ {{ if .Content }}
+ {{ partial "content-svg" . }}
+ {{ end }}
+{{ end }}