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

github.com/jacobsun/edidor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 3984224..d2e301b 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -21,11 +21,11 @@
<li><a href="#" class="btn">Pages:
{{ len (where (where .Site.Pages "Section" "page") "Params.hidden" "!=" true) }}</a></li>
<li><a href="#" class="btn">{{ .Site.Language.Lang }}</a></li>
- <li><a href="https://gohugo.io" class="btn">Hugo, {{ $.Hugo.Version }}</a></li>
+ <li><a href="https://gohugo.io" class="btn">Hugo, {{ hugo.Version }}</a></li>
<li><a href="https://github.com/jacobsun/edidor" class="btn">Theme: Edidor</a></li>
<li>
<a href="#" class="btn">Last build: <time
- datetime="{{ dateFormat "2006-01-02T15:04:05Z0700" $.Hugo.BuildDate | safeHTML }}">{{ dateFormat "2006-01-02T15:04:05Z0700" $.Hugo.BuildDate | safeHTML }}</time>
+ datetime="{{ dateFormat "2006-01-02T15:04:05Z0700" hugo.BuildDate | safeHTML }}">{{ dateFormat "2006-01-02T15:04:05Z0700" hugo.BuildDate | safeHTML }}</time>
</a>
</li>
</ul>