diff --git a/themes/compartimoss/layouts/revistas/single.html b/themes/compartimoss/layouts/revistas/single.html index fc723fb..c53c385 100644 --- a/themes/compartimoss/layouts/revistas/single.html +++ b/themes/compartimoss/layouts/revistas/single.html @@ -56,6 +56,18 @@

{{ .Title }}

{{ .Content | markdownify}}
+ {{ $isInterview := false }} + {{ range .Params.keywords }} + {{ if eq (lower .) "entrevista" }} + {{ $isInterview = true }} + {{ end }} + {{ end }} + {{ if $isInterview }} + + {{ end }}