From 55a3b2a42bd7ea0cb3f1e4b08ed2032f65e8b51e Mon Sep 17 00:00:00 2001
From: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
Date: Sat, 6 Apr 2019 11:23:02 -0700
Subject: [PATCH] Using relative URLs in the header (#118)
* using relative URLs in the header
* using relative permalinks for regular pages
---
layouts/partials/head_includes.html | 4 ++--
layouts/partials/header.html | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index 6b917b2..0fe88a4 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -41,13 +41,13 @@
{{ end }}
{{ range .Site.Params.extracssfiles }}
-
+
{{ end }}
Logo HOWTO
{{ else if ne .Site.Params.logofile "" }}
-
+
{{ end }}