From 22bc65c2f20326752ee1952632d02776c3eb2fac Mon Sep 17 00:00:00 2001 From: Ben Leggiero Date: Mon, 25 Jan 2021 20:34:11 -0700 Subject: [PATCH] More control over header-meta --- header-meta.html | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/header-meta.html b/header-meta.html index 7e8d3c6..67cd3c2 100644 --- a/header-meta.html +++ b/header-meta.html @@ -22,29 +22,34 @@ {% endif %} -{% if site.social.twitter %} - +{% if site.social.twitter-username | default: site.social.twitter %} + {% endif %} - + +{%- if site.author -%} +{%- endif %} +{%- if site.social.default-username -%} +{%- endif %} - - - -{% if site.theme-color %} - - - + + + +{%- assign theme-color = site.brand.primary-color | default: site.theme-color %} +{%- if theme-color %} + + + {% endif %} {% if page.date %} -{% endif %} -{% if page.date-modified %} +{%- endif %} +{%- if page.date-modified %} {% endif %}