diff --git a/_includes/head.html b/_includes/head.html
index 8797eaa..d22a15a 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -6,23 +6,22 @@
{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
-
+
+
-
-
-
+
-
+
- {% if page.path contains '_posts' %}
-
- {%elsif page.periodical == "yes"%}
-
- {%else%}
-
- {%endif%}
+ {% if page.path contains '_posts' %}
+
+ {%elsif page.periodical == "yes"%}
+
+ {%else%}
+
+ {%endif%}
@@ -106,5 +105,9 @@
height: 50px;
vertical-align: middle;
}
+
+ a.color-grey {
+ color: var(--license-color);
+ }