From 0f7c0cd34df230c740fa250a2433d3ef168d6a0f Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Fri, 18 Aug 2017 06:45:52 +0100 Subject: [PATCH] Permalink is now part of the tags.html partial --- layouts/partials/postmeta.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/partials/postmeta.html b/layouts/partials/postmeta.html index 6a81e14..6cbfde0 100644 --- a/layouts/partials/postmeta.html +++ b/layouts/partials/postmeta.html @@ -1,6 +1,4 @@
-

{{ .Date.Format "2 Jan 2006" }} - # -

+

{{ .Date.Format "2 Jan 2006" }}

{{ partial "tags.html" . }}