diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
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 }} |