From 4291959172c7b598e21a7b4ffed58aaf5f817043 Mon Sep 17 00:00:00 2001 From: sun6eal Date: Thu, 30 May 2019 19:50:42 +0800 Subject: fixed typo and deprecated variable, null custom css and js in example config file --- layouts/partials/footer.html | 4 ++-- layouts/partials/head.html | 2 +- layouts/partials/sidebar_posts.html | 2 +- 3 files changed, 4 insertions(+), 4 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 @@
  • Pages: {{ len (where (where .Site.Pages "Section" "page") "Params.hidden" "!=" true) }}
  • {{ .Site.Language.Lang }}
  • -
  • Hugo, {{ $.Hugo.Version }}
  • +
  • Hugo, {{ hugo.Version }}
  • Theme: Edidor
  • Last build: + datetime="{{ dateFormat "2006-01-02T15:04:05Z0700" hugo.BuildDate | safeHTML }}">{{ dateFormat "2006-01-02T15:04:05Z0700" hugo.BuildDate | safeHTML }}
  • diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7a9fc49..e15e3f1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,7 +5,7 @@ - {{ $.Hugo.Generator }} + {{ hugo.Generator }} diff --git a/layouts/partials/sidebar_posts.html b/layouts/partials/sidebar_posts.html index 4e47f3f..7845f0f 100644 --- a/layouts/partials/sidebar_posts.html +++ b/layouts/partials/sidebar_posts.html @@ -1,5 +1,5 @@ -- cgit v1.2.3