From 56e2b84d31645eb4c96912b940cf30b189165bc1 Mon Sep 17 00:00:00 2001 From: nonumeros Date: Thu, 4 Apr 2019 19:50:14 -0400 Subject: exampleSite created; Next and Prev will be deprecated, use NextPage and PrevPage respectively --- exampleSite/config.toml | 1 + layouts/_default/single.html | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c8a9302..21252c6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -2,6 +2,7 @@ baseurl = "http://example.org/" languageCode = "en-us" title = "Hugo Cards" theme = "hugo-cards" +themesDir = "../.." paginate = 6 [params] diff --git a/layouts/_default/single.html b/layouts/_default/single.html index bbb6775..116b1f4 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -22,10 +22,10 @@
@@ -39,4 +39,4 @@ {{ partial "fb-script.html" . }} -{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3