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/_default/single.html | 2 +- layouts/partials/footer.html | 2 +- layouts/partials/post.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0dd0817..96ef493 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -9,7 +9,7 @@ {{ end }} {{ partial "meta_links.html" . }} - {{ if in (slice "post" "talk" "publication") .Section }} + {{ if .Params.metadata }} {{ partial "metadata.html" . }} {{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ea16fef..796859b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -13,7 +13,7 @@