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

---
 layouts/partials/head.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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