From 860dd3eb62e9e73d89c891292790840ec7276589 Mon Sep 17 00:00:00 2001 From: Keichi Takahashi Date: Wed, 25 Feb 2015 16:04:29 +0900 Subject: [PATCH] Remove redundant slashes Since hugo 0.13, .Site.BaseUrl is normalized with a trailing slash. --- layouts/partials/footer.html | 2 +- layouts/partials/header.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e76118f..1b24796 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -6,7 +6,7 @@ {{ partial "link.html" . }} - + diff --git a/layouts/partials/header.html b/layouts/partials/header.html index cbe720c..9f697a5 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -23,13 +23,13 @@ {{ if ne .Url "/" }} {{ .Title }} · {{ end }} {{ .Site.Title }} - - - - + + + + - - + +