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:
Diffstat (limited to 'layouts/blog/single.html')
-rw-r--r--layouts/blog/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index ce801e2..5d1628b 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -1,5 +1,5 @@
{{ define "title" }}
-{{ with .Site.GetPage "section" "/blog" }}
+{{ with .Site.GetPage "/blog" }}
<h1 class="bold-title is-1">{{ .Title }}</h1>
{{ end }}
{{ end }}