diff options
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> |