diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-26 18:33:14 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-26 18:51:09 +0200 |
commit | a0d1038fb02d7afc8262731a4f89dedfb2c2e032 (patch) | |
tree | 5af8661d3d5d2f79dbd287b662e49e0bae93f0a7 /layouts/partials/post.html | |
parent | db604eb0a10a61750dccd7b7d245b1c8806b80e8 (diff) | |
download | hugo-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/partials/post.html')
-rw-r--r-- | layouts/partials/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </div> </div> </a> - {{ if in (slice "post" "talk" "publication") .Section }} + {{ if .Params.metadata }} {{ partial "metadata.html" . }} {{ end }} </article> |