From 6ac6dcaf9e4eb8f175b4bde858c70446dcdc2e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 7 Jul 2015 20:33:53 +0200 Subject: Fix deprecated Hugo-vars and functions That will stop working in Hugo 0.15. See https://github.com/spf13/hugoThemesSite/issues/6 --- layouts/partials/pagination.html | 4 ++-- theme.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html index ebd201a..39658a2 100644 --- a/layouts/partials/pagination.html +++ b/layouts/partials/pagination.html @@ -1,7 +1,7 @@
{{if .HasPrev}} - + {{else}} {{end}} @@ -9,7 +9,7 @@
 
{{if .HasNext}} - + {{else}} {{end}} diff --git a/theme.toml b/theme.toml index b80edd4..ab6e5cd 100644 --- a/theme.toml +++ b/theme.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/pdevty/material-design" tags = ["blog"] features = ["Simple Material Design","Google Analytics","Pagination", "Disqus","Tags","Categories","Highlighting source code","Cover image","Social links"] -min_version = 0.13 +min_version = 0.14 [author] name = "pdevty" -- cgit v1.2.3