From 0128143d9e7fb0ae11d55d89c21ccc7114b21916 Mon Sep 17 00:00:00 2001 From: Emiel Hollander Date: Sun, 4 Nov 2018 12:11:56 +0100 Subject: Remove deprecated .Next and .Prev calls Page's .Next and .Prev are deprecated and will be removed in a future release. Replaced these with .NextPage and .PrevPage. Also removed the links to the previous and next page from the about template. This assumes there is only ever one about page. --- layouts/_default/single.html | 10 +++++----- layouts/about/list.html | 13 +------------ 2 files changed, 6 insertions(+), 17 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f705d3c..b056b0e 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -13,15 +13,15 @@ -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/about/list.html b/layouts/about/list.html index 3458ca4..30dd850 100644 --- a/layouts/about/list.html +++ b/layouts/about/list.html @@ -9,17 +9,6 @@ {{ .Content }} - - -{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3