From 482efcd10cdaf6a1c2007e89e53dc68963e04923 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sat, 30 May 2020 12:43:43 +0000
Subject: [PATCH] Merge pull request #29 from lxndrblz/footnotes-issue

---
 assets/css/style.css       |    2 ++
 layouts/partials/head.html |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/assets/css/style.css b/assets/css/style.css
index 5079229..47aab91 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -9,6 +9,7 @@
   --pre-bg-color: #f9f9fd;
   --nav-text-color:#5a5a5a;
   --tag-color: #424242;
+  scroll-padding-top: 100px;
 }
 
 html[data-theme='dark'] {
@@ -49,6 +50,7 @@
   text-decoration: none;
 }
 
+
 .category {
   padding: 4px 6px;
   border-radius: 3px;
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index cd10aa5..a43a419 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -10,7 +10,6 @@
     <link rel="stylesheet" href="{{ . | absURL }}" type="text/css">
     {{- end }}
     <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
-    <base href="{{ .Site.BaseURL }}">
     <!-- Favicons -->
     <link rel="shortcut icon" href="{{ .Site.Params.favicon | absURL }}favicon.ico" type="image/x-icon">
     <link rel="apple-touch-icon" sizes="180x180" href="{{ .Site.Params.favicon | absURL }}apple-touch-icon.png">

--
Gitblit v1.10.0