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 @@