From 3e9a2063bd00e55399f65b82180cdf9dfb91338e Mon Sep 17 00:00:00 2001
From: Sam Wedgwood <28223854+swedgwood@users.noreply.github.com>
Date: Mon, 29 Mar 2021 20:24:57 +0000
Subject: [PATCH] Changed absolute URLs to relative (#168)

---
 layouts/_default/list.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index cad95c8..7fa5767 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -6,7 +6,7 @@
                 {{ range .Pages }}
                     <ul class="listing">
                         <div class="listing-item">
-                            <div class="listing-post"><a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a>
+                            <div class="listing-post"><a href="{{ .RelPermalink }}" title="{{ .Title }}">{{ .Title }}</a>
                                 <div class="post-time"><span class="date">{{ if isset .Site.Params "listdateformat" }} 
                                                                             {{ .Date.Format .Site.Params.listDateFormat }}
                                                                             {{ else }} {{.Date.Format "Jan 2"}} 

--
Gitblit v1.10.0