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:
authorVicky <vicky@vickylai.io>2017-11-14 00:01:53 +0300
committerVicky <vicky@vickylai.io>2017-11-14 00:01:53 +0300
commitef3fb0cf020f2424ffd06af5397acc54d154efaf (patch)
tree7bf84e48f33051c7a1fc4e746762e33d548b2c64 /layouts/index.html
parent86d41e69044d89041e485ff0212a94f8d3c41b2d (diff)
Version 3.0v3.0
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 }}