aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.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/_default/single.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/_default/single.html')
-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 5405e4a..fe5115e 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -8,7 +8,7 @@
<h3 class="f3 baskerville mv3 pa1">{{ . }}</h3>
{{ end }}
- {{ if in (slice "post" "talk") .Section }}
+ {{ if in (slice "post" "talk" "publication") .Section }}
{{ partial "metadata.html" . }}
{{ end }}