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

github.com/nodejh/hugo-theme-cactus-plus.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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 84fe663..d43a0cd 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -11,7 +11,7 @@
<div>
<h1 class="title"><a href='{{ .RelPermalink }}'>{{ $title }}</a></h1>
<div class ="date">
- <time datetime="{{ .PublishDate }}">{{ i18n "publishdate" . }}</time>
+ <time datetime="{{ .PublishDate }}">{{ i18n "publishDate" . }}</time>
</div>
</div>
@@ -27,7 +27,7 @@
{{ if $paginator.HasPrev }}
<span class="prev">
<a href="{{.Paginator.Prev.URL}}">
- <span class="arrow">←</span> {{ with .Site.Params.newerPosts }}{{ . }}{{ else }}{{ i18n "postsnewer" }}{{ end }}
+ <span class="arrow">←</span> {{ with .Site.Params.newerPosts }}{{ . }}{{ else }}{{ i18n "postsNewer" }}{{ end }}
</a>
</span>
{{ end }}
@@ -35,7 +35,7 @@
{{ if $paginator.HasNext }}
<span class="next">
<a href="{{.Paginator.Next.URL}}">
- {{ with .Site.Params.olderPosts }}{{ . }}{{ else }}{{ i18n "postsnewer" }}{{ end }} <span class="arrow">→</span>
+ {{ with .Site.Params.olderPosts }}{{ . }}{{ else }}{{ i18n "postsOlder" }}{{ end }} <span class="arrow">→</span>
</a>
</span>
{{ end }}