aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-10-26 18:33:14 +0200
committerOscar Najera <hi@oscarnajera.com>2023-10-26 18:51:09 +0200
commita0d1038fb02d7afc8262731a4f89dedfb2c2e032 (patch)
tree5af8661d3d5d2f79dbd287b662e49e0bae93f0a7 /layouts/_default
parentdb604eb0a10a61750dccd7b7d245b1c8806b80e8 (diff)
downloadhugo-minimalist-theme-a0d1038fb02d7afc8262731a4f89dedfb2c2e032.tar.gz
hugo-minimalist-theme-a0d1038fb02d7afc8262731a4f89dedfb2c2e032.tar.bz2
hugo-minimalist-theme-a0d1038fb02d7afc8262731a4f89dedfb2c2e032.zip
Metadata display defined by user not template
footer taxonomy links no green hover
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 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 }}