From 5490b4841d80adda7b4fca8f18e49795fcbc4391 Mon Sep 17 00:00:00 2001 From: Amy Troschinetz Date: Fri, 7 Aug 2020 23:18:14 -0700 Subject: [PATCH] Adds og:site_name support (#699) --- CHANGELOG.md | 1 + _includes/head.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f733cc..15532b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Unreleased version +- Add Open Graph `site_name` field - Add `text-col `config setting for main text color (#694) - Add `keywords` config setting to set the meta keywords on all pages (for SEO purposes) (#691) - Add `mobile-theme-col` config setting to allow a mobile theme colour (#692) diff --git a/_includes/head.html b/_includes/head.html index 068fe6e..71c639f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -63,6 +63,10 @@ {% endif %} + {% if site.title %} + + {% endif %} + {% if page.meta-title %} {% elsif page.title %} @@ -71,7 +75,7 @@ {% endif %} - {% if page.meta-description %} + {% if page.meta-description %} {% elsif page.subtitle %}