From 877a560391fe176a25c1f59fd5f9689bfe3f86d6 Mon Sep 17 00:00:00 2001 From: athul Date: Tue, 14 Apr 2020 23:22:44 +0530 Subject: [PATCH] Simple Tweaks --- layouts/_default/list.html | 3 ++- layouts/partials/footer.html | 3 ++- static/css/main.css | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index a04ec31..32f5e0b 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -22,9 +22,10 @@ {{- end -}} {{- end -}} + {{ partial "footer.html" . }} - {{ partial "footer.html" . }} + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 106446c..9b006d1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,8 +1,9 @@ {{ if not .Site.IsServer }} {{ template "_internal/google_analytics_async.html" . }} diff --git a/static/css/main.css b/static/css/main.css index cf4a25b..83a830c 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -214,7 +214,6 @@ svg{ max-height: 15px; } .soc:hover{ - background-color: hotpink; color: white; } .draft-label{