Use base url. Fixes #79 (#90)

This commit is contained in:
Yash Mehrotra
2022-04-17 21:33:51 +05:30
committed by GitHub
parent 96a3631f9d
commit 0fe9d215b3
7 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
<article class="post-title">
<a href="{{ .RelPermalink }}" class="post-link">{{ .Title }}</a>
<a href="{{ .Permalink }}" class="post-link">{{ .Title }}</a>
<div class="flex-break"></div>
<span class="post-date">{{ dateFormat "January 2, 2006" .Date }}</span>
</article>