about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAlan Pearce2014-07-12 21:12:47 +0100
committerAlan Pearce2014-07-12 21:12:47 +0100
commit9bd89b4835e36a88438930e24de7ea06bda7ad7e (patch)
treea9445f381ef77f1159bd0c0f033b93767117dbc9 /layouts/index.html
parent2c8a5016b0310da24689eae27d404d6c13727161 (diff)
downloadhyde-9bd89b4835e36a88438930e24de7ea06bda7ad7e.tar.lz
hyde-9bd89b4835e36a88438930e24de7ea06bda7ad7e.tar.zst
hyde-9bd89b4835e36a88438930e24de7ea06bda7ad7e.zip
Switch to relative permalinks where possible
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 135644b..867eb66 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -16,7 +16,7 @@
 				<ul>
 					{{ range .Data.Pages }}
 					<li>
-						<a class="post-title" href="{{ .Permalink }}">{{ .Title }}</a>
+						<a class="post-title" href="{{ .RelPermalink }}">{{ .Title }}</a>
 						<time class="post-date">{{ .Date.Format "Monday, 2 January 2006" }}</time>
 					</li>
 					{{ end }}