From 1c538dc1d36604f48c1828ea71b3dd5e0d0cef3a Mon Sep 17 00:00:00 2001 From: Luke <17616949+nice42q@users.noreply.github.com> Date: Sat, 11 Mar 2023 09:38:04 +0100 Subject: [PATCH] Update head.html --- _includes/head.html | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) 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); + }