From de71ab28e3151acfba571bec0ff46d610d206d98 Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 21 Apr 2021 00:34:49 +0200 Subject: [PATCH] feat: Remove title processing --- layouts/partials/social_metadata.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/social_metadata.html b/layouts/partials/social_metadata.html index 0ace0d5..09b4ca4 100644 --- a/layouts/partials/social_metadata.html +++ b/layouts/partials/social_metadata.html @@ -23,7 +23,7 @@ {{ else }} - {{ plainify (.RenderString .Title) }} · {{ .Site.Title }} + {{ .Title }} · {{ .Site.Title }} {{ if .Params.tags }} @@ -31,8 +31,8 @@ {{ end }} - - + + {{ if .Description }}