diff --git a/_includes/footer.html b/_includes/footer.html
index 573db20f..3b84b65d 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -33,7 +33,7 @@
-{% if page.mermaid == true or page.content contains '```mermaid' %}
+{% if include.has_mermaid %}
{% endif %}
@@ -55,6 +55,6 @@
-{% if page.content contains 'twitter-tweet' or page.content contains 'twitter-timeline' %}
+{% if include.has_twitter %}
{% endif %}
diff --git a/_includes/head.html b/_includes/head.html
index 2ce3663f..baafad29 100755
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -81,7 +81,7 @@
-
+
@@ -97,7 +97,7 @@
{% endif %}
-
+
diff --git a/_includes/header.html b/_includes/header.html
index 90d9e06b..e783f824 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -10,7 +10,7 @@
width="45"
height="45"
alt="RetroReversing logo"
- style="height: 45px; padding-right: 10px; margin-bottom: 10px;"
+ style="height: 45px; margin-right: 5px; margin-bottom: 10px;"
/>
Retro Reversing