diff --git a/_includes/masthead.bak b/_includes/masthead.bak
new file mode 100644
index 00000000..b2aca064
--- /dev/null
+++ b/_includes/masthead.bak
@@ -0,0 +1,43 @@
+{% if site.logo contains "://" %}
+ {% capture logo_path %}{{ site.logo }}{% endcapture %}
+{% else %}
+ {% capture logo_path %}{{ site.logo }}{% endcapture %}
+{% endif %}
+
+
diff --git a/_includes/masthead.html b/_includes/masthead.html
index b2aca064..baf452a4 100644
--- a/_includes/masthead.html
+++ b/_includes/masthead.html
@@ -11,7 +11,14 @@
{% unless logo_path == empty %}
{% endunless %}
- {{ site.masthead_title | default: site.title }}
+
+
+
{%- for link in site.data.navigation.main -%}
{%- if link.url contains '://' -%}