From 6bd8d1cb460fbb2439f81d0954e168e788b7766b Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 28 Dec 2020 22:04:31 +0100 Subject: [PATCH] =?UTF-8?q?.URL=20=E2=86=92=20.RelPermalink=20in=20post=5F?= =?UTF-8?q?meta.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/post_meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html index 71e5036..b656829 100644 --- a/layouts/partials/post_meta.html +++ b/layouts/partials/post_meta.html @@ -22,7 +22,7 @@ {{- $taxo := $.Param .Identifier }} {{- if $taxo }} {{ $name := default .Identifier .Name }} - {{ $link := default .Identifier .URL }} + {{ $link := default .Identifier .RelPermalink }} {{ $name }}: [ {{- range $taxo }} {{- $perma := lower (path.Join $link (urlize .)) }}