From 3af40c529711cc5e2a978ebd7afe67cd8fd8a259 Mon Sep 17 00:00:00 2001 From: jesselau76 Date: Mon, 9 Sep 2019 11:13:01 +1200 Subject: 0.57 support --- layouts/_default/list.html | 10 +++++----- layouts/post/single.html | 4 ++-- theme.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 953850c..fb15e64 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -85,7 +85,7 @@ {{ end }}
-

{{ .Title | markdownify }}

+

{{ .Title | markdownify }}

@@ -121,7 +121,7 @@ >>>>>>> dev @@ -142,7 +142,7 @@ {{ range $paginator.Pages }}
  • {{ .Date.Format "2006/01/02" }}   - {{ .Title | markdownify }} + {{ .Title | markdownify }}
  • {{ end }} {{ end }} @@ -155,10 +155,10 @@
    {{ with $paginator.Prev -}} - ❮ Previous + ❮ Previous {{- end }} {{ with $paginator.Next -}} - Next ❯ + Next ❯ {{- end }}
    diff --git a/layouts/post/single.html b/layouts/post/single.html index 190586e..e6b5eeb 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -131,12 +131,12 @@
    {{ with .NextInSection }} - + ❮ {{ .Title }} {{- end }} {{ with .PrevInSection }} - + {{ .Title }} ❯ {{- end }} diff --git a/theme.toml b/theme.toml index ed1f9fc..d1750d1 100644 --- a/theme.toml +++ b/theme.toml @@ -8,7 +8,7 @@ description = "A simple theme for Hugo, powered by W3.css" homepage = "https://github.com/jesselau76/hugo-w3-simple" tags = ["minimal", "blog", "search", "clean", "simple", "starter", "minimalist","Responsive", "Disqus", "font-awesome","syntax highlighting", "Multilingual", "Google Analytics"] features = ["blog", "syntax highlighting"] -min_version = "0.41" +min_version = "0.57" [author] name = "Jesse Lau" -- cgit v1.2.3