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:
authorRaphael Aguiar <rmaguiar@tuta.io>2020-08-20 17:54:46 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2020-08-20 17:54:46 +0300
commit91bb69cd7c7f7570359b544ae8427c12895ca262 (patch)
treefd0f0e60c5c2a055bb99577185d3edeb4b9e6b92 /layouts/index.html
parent89be9f2f21c64c12d677128381c2b6dd3d6b1bbf (diff)
Update RSS template and minor changes
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 }}