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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 566e19d..15e535a 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -23,7 +23,7 @@
</article>
{{ else }}
- <h1>{{ T "posts" }}</h1>
+ <h1>{{ .Title | emojify | default (T "posts") }}</h1>
{{ partial "post-list" . }}
{{ partial "pagination" . }}
@@ -36,6 +36,6 @@
{{ define "svg-extra" }}
{{ if .Content }}
- {{ partial "content-svg" . }}
+ {{ partialCached "content-svg" . }}
{{ end }}
{{ end }}