From a0d1038fb02d7afc8262731a4f89dedfb2c2e032 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 26 Oct 2023 18:33:14 +0200 Subject: Metadata display defined by user not template footer taxonomy links no green hover --- layouts/partials/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/post.html') diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 0d80db9..1c655c1 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -28,7 +28,7 @@ - {{ if in (slice "post" "talk" "publication") .Section }} + {{ if .Params.metadata }} {{ partial "metadata.html" . }} {{ end }} -- cgit v1.2.3