diff --git a/layouts/partials/hb/modules/blog/single.html b/layouts/partials/hb/modules/blog/single.html index a73943d4..f051700c 100644 --- a/layouts/partials/hb/modules/blog/single.html +++ b/layouts/partials/hb/modules/blog/single.html @@ -5,12 +5,23 @@

{{ .Title }}

- + {{- $meta := default dict .Params.meta }} + {{- if ne $meta false }} + + {{- end }} {{- with .Description }}
{{ . }}
{{- end }}