From fa0df752a1207b80c78fb02813e3cbb9bc20ea1d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 5 Jan 2017 15:20:29 +0200 Subject: [PATCH] layouts/_default/baseof.html: Remove base tag It was screwing up relative links like the ones in footnotes. I'm not sure why I added it in the first place, actually, as the docs specifically say "specifies the base URL to use for all relative URLs contained within a document". See: https://developer.mozilla.org/en/docs/Web/HTML/Element/base --- layouts/_default/baseof.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index af57dc6..7c82a8c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,6 @@ {{ partial "head-meta.html" . }} - {{ block "title" . }}{{ .Site.Title }}{{ end }}