From d3988a931ea28bb1f1baa218bdb08423c8a5a4a2 Mon Sep 17 00:00:00 2001 From: Aly Cerruti Date: Wed, 3 Nov 2021 15:41:30 -0700 Subject: [PATCH] Move charset information before any content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the rendering of non-ASCII characters in the OpenGraph embeds. For example, 🎉🎉🎉 would render as 🎉🎉🎉. --- _includes/headertop.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_includes/headertop.html b/_includes/headertop.html index d105cf392..ed87ec79b 100644 --- a/_includes/headertop.html +++ b/_includes/headertop.html @@ -1,6 +1,9 @@ + + + {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }} {% if page.title %} @@ -18,8 +21,7 @@ {% endif %} - - +