Use relative URL if possible

This commit is contained in:
Alexandre Vicenzi 2020-06-15 20:00:52 +02:00
parent 7a4549e0e6
commit eb2b29cba0
3 changed files with 8 additions and 8 deletions

View file

@ -19,7 +19,7 @@
{{ if .Truncated }}
<div class="read-more-link">
<a href="{{ .RelPermalink }}">Read More</a>
<a href="{{ .Permalink }}">Read More</a>
</div>
{{ end }}
</article>