Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax le Fou <buttbadger@gmail.com>2020-03-11 14:41:47 +0300
committerMax le Fou <buttbadger@gmail.com>2020-03-11 14:41:47 +0300
commitb9199a3dd12f2f56ba9f954fd1b84a368d8a9cbd (patch)
tree354c758ce317b7347cb5947c031ca9d94b435f7d /layouts/index.html
parent7728633b4e99ee945febd9c37dd83e0a5e9f2010 (diff)
examplesite is conform to hugo standards
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 01c40ff..80216a5 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -17,7 +17,7 @@
<h1>{{ i18n "postslist" }}</h1>
<ul>
{{ range first 10 .Site.RegularPages }}
- {{ if eq .Type "posts" }}
+ {{ if eq .Type "post" }}
<li><a href="{{ .Permalink }}">{{ .Date.Format "2006-01-02" }} | {{ .Title }}</a></li>
{{ end }}
{{ end }}