diff --git a/layouts/partials/paige/metas.html b/layouts/partials/paige/metas.html
index 1fccb443..cda1cc40 100644
--- a/layouts/partials/paige/metas.html
+++ b/layouts/partials/paige/metas.html
@@ -1,18 +1,20 @@
{{ $page := . }}
+{{ $description := $page.Description | markdownify | plainify | htmlUnescape }}
+
{{ with partial "paige/func-authors.html" $page }}
{{ $authors := slice }}
{{ range . }}
- {{ $authors = $authors | append .Title }}
+ {{ $authors = $authors | append (.Title | markdownify | plainify | htmlUnescape) }}
{{ end }}
{{ end }}
-{{ with $page.Description }}
+{{ with $description }}
{{ end }}