diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml index d66c5b8..08155ef 100644 --- a/exampleSite/config/_default/config.toml +++ b/exampleSite/config/_default/config.toml @@ -12,7 +12,8 @@ buildFuture = true copyright = "©{year}, All Rights Reserved" timeout = 10000 enableEmoji = true -paginate = 13 +[pagination] + pagerSize = 13 rssLimit = 100 enableGitInfo = false @@ -37,7 +38,6 @@ googleAnalytics = "" [outputs] home = ["HTML", "RSS", "SearchIndex"] section = ["HTML", "RSS", "SearchIndex"] - taxonomyTerm = ["HTML", "RSS", "SearchIndex"] taxonomy = ["HTML", "RSS", "SearchIndex"] [outputFormats] diff --git a/layouts/partials/body/main-left.html b/layouts/partials/body/main-left.html index ad14ddc..1299aec 100644 --- a/layouts/partials/body/main-left.html +++ b/layouts/partials/body/main-left.html @@ -1,7 +1,7 @@ {{ $isPad := or (in (slice "archive" "posts" "page") .Type) }} {{ $isPad = or $isPad (and (eq .Kind "page") (not (in (slice "about" "contact" "publication") .Type))) }} {{ $isPad = or $isPad (and (eq .Kind "section") (eq .Type "publication")) }} -{{ $isPad = or $isPad (and (eq .Type "tags") (ne .Kind "taxonomyTerm")) }} +{{ $isPad = or $isPad (and (eq .Type "tags") (ne .Kind "taxonomy")) }} {{ if eq ($.Param "languagedir") "rtl" }}