From b17c5804d0c5311f4f2a2c902a227d26faea6d53 Mon Sep 17 00:00:00 2001 From: Joel Wilson Date: Sat, 2 Feb 2019 10:38:54 -0600 Subject: fix for categories link --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 8f10df9..7e412f4 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -99,7 +99,7 @@ {{- .Date.Format "Jan 2, 2006" -}} by {{ .Params.author | default .Site.Params.author }} - {{ range $idx, $cat := .Params.categories }}{{ if gt $idx 0 }}, {{ end }}{{ if eq $idx 0 }} in {{ end }}{{ . | title }}{{ end }} + {{ range $idx, $cat := .Params.categories }}{{ if gt $idx 0 }}, {{ end }}{{ if eq $idx 0 }} in {{ end }}{{ . | title }}{{ end }} at {{ .Permalink }} {{ end }} {{ else }} -- cgit v1.2.3