aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/post.html
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-10-15 22:18:48 +0200
committerOscar Najera <hi@oscarnajera.com>2023-10-15 22:18:48 +0200
commit7624fe7007c75a4074b7a257a44cb58f44e03752 (patch)
treee415981da78826c5ae69167f014b88fe2774bcff /layouts/partials/post.html
parent0ec36ee8242364847305df19e5f7f47f8b99125c (diff)
downloadhugo-minimalist-theme-7624fe7007c75a4074b7a257a44cb58f44e03752.tar.gz
hugo-minimalist-theme-7624fe7007c75a4074b7a257a44cb58f44e03752.tar.bz2
hugo-minimalist-theme-7624fe7007c75a4074b7a257a44cb58f44e03752.zip
Publication with resource button metadata
Diffstat (limited to 'layouts/partials/post.html')
-rw-r--r--layouts/partials/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
index 08583cb..1c42c00 100644
--- a/layouts/partials/post.html
+++ b/layouts/partials/post.html
@@ -27,7 +27,7 @@
</div>
</div>
</a>
- {{ if in (slice "post" "talk") .Section }}
+ {{ if in (slice "post" "talk" "publication") .Section }}
{{ partial "metadata.html" . }}
{{ end }}
</article>