From 2582f9d8a095900d94b20a5d9c7d389a47fcd23a Mon Sep 17 00:00:00 2001 From: John Hollowell Date: Mon, 4 May 2020 18:09:52 -0400 Subject: Fix minifier error with spacing in next-prev-page when using --minify, the space characters used for padding are removed. Adding a p-1 class to the chevrons is sufficient to fix this --- layouts/partials/next-prev-page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/next-prev-page.html b/layouts/partials/next-prev-page.html index 20c7b93..5a84b3a 100644 --- a/layouts/partials/next-prev-page.html +++ b/layouts/partials/next-prev-page.html @@ -38,10 +38,10 @@
{{- if not $.Site.Params.disableNavChevron -}} {{- with ($.Scratch.Get "prevPage") -}} - {{.Title}} + {{.Title}} {{ end -}} {{- with ($.Scratch.Get "nextPage") -}} - {{.Title}} + {{.Title}} {{- end }} {{- end -}}
-- cgit v1.2.3