From 8f3207801a4f53a14a32495f1fa123020a00b59f Mon Sep 17 00:00:00 2001 From: Cameron Conn Date: Fri, 4 Mar 2016 22:34:04 -0600 Subject: Make tag links respect site BaseURL - Updated tag links to respect a site's base URL. --- layouts/_default/list.html | 4 ++-- layouts/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index ef39b79..fa59237 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -17,7 +17,7 @@ {{ if .Params.tags }} {{ range .Params.tags }} - #{{ . }}  + #{{ . }}  {{ end }} {{ end }} @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/layouts/index.html b/layouts/index.html index 07331ed..9eb435d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -17,7 +17,7 @@ {{ if .Params.tags }} {{ range .Params.tags }} - #{{ . }}  + #{{ . }}  {{ end }} {{ end }} @@ -43,4 +43,4 @@ - \ No newline at end of file + -- cgit v1.2.3