diff options
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/single.html | 2 |
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 }} |