From 2a71ad29a82d1394767bf0eac8bedc26db12376a Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 7 Oct 2019 18:12:24 -0700 Subject: Fix deprecation of .URL in Paginator in theme --- layouts/index.html | 8 ++++---- layouts/partials/card.page.html | 4 ++-- layouts/partials/paginator.html | 6 +++--- layouts/taxonomy/terms.html.html | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 9490b1d..d1c29a7 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -13,7 +13,7 @@ {{ range .Paginator.Pages }}
- +

{{ .Title }}

{{ .Permalink }} @@ -28,19 +28,19 @@