From 054b54cb690159e8eca04e52851f977c0910a047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 6 Feb 2018 09:02:18 +0100 Subject: [PATCH] Use .RelPermalink and not .URL The latter may look good, but isn't the correct one. Also, a `Page` can be compared directly to another. --- themes/gohugoioTheme/layouts/showcase/single.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/gohugoioTheme/layouts/showcase/single.html b/themes/gohugoioTheme/layouts/showcase/single.html index 95828b7f2..d38d7f6a7 100644 --- a/themes/gohugoioTheme/layouts/showcase/single.html +++ b/themes/gohugoioTheme/layouts/showcase/single.html @@ -1,12 +1,11 @@ {{ define "main" }} {{$section := where .Site.RegularPages "Section" .Section}} {{$number_of_entries := $section | len}} - {{$currentPageUrl := $.URL }}

- + {{ .Title }}

@@ -16,7 +15,7 @@