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 %}