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/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 1d1721f..7e69b37 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -64,7 +64,7 @@
{{ end }}
<div class="column markdown">
{{ range .Data.Pages }}
- {{if eq .Title "about" }}
+ {{if eq .Title "About" }}
{{.Content}}
{{end}}
{{ end }}
@@ -103,7 +103,7 @@
<h2 class="title is-2">Contact</h2>
<div class="markdown">
{{ range .Data.Pages }}
- {{if eq .Title "contact" }}
+ {{if eq .Title "Contact" }}
{{.Content}}
{{end}}
{{ end }}