diff options
Diffstat (limited to 'layouts/_default/section.html')
| -rw-r--r-- | layouts/_default/section.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 2b159e4..b61e67e 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -25,7 +25,7 @@          {{ $element.Date.Format "01-02" }}        </span>        <span class="archive-post-title"> -        <a href="{{ $element.URL }}" class="archive-post-link"> +        <a href="{{ $element.RelPermalink }}" class="archive-post-link">            {{ .Title }}          </a>        </span> | 
