From 0665d0c65974533fbd313f4e0b062b5103057aeb Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 18 May 2024 18:29:19 +0200 Subject: Replace all URL rendering within templates by a URLConstructor --- src/http/tpl/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/http/tpl/post.html') diff --git a/src/http/tpl/post.html b/src/http/tpl/post.html index 46a24fc..1bda8c9 100644 --- a/src/http/tpl/post.html +++ b/src/http/tpl/post.html @@ -27,7 +27,7 @@ This post is part of a series.
{{ if $seriesNextPrev.Next }} - Next: {{ $seriesNextPrev.Next.Title }} + Next: {{ $seriesNextPrev.Next.Title }} {{ end }} {{ if and $seriesNextPrev.Next $seriesNextPrev.Previous }} @@ -35,7 +35,7 @@ {{ end }} {{ if $seriesNextPrev.Previous }} - Previously: {{ $seriesNextPrev.Previous.Title }} + Previously: {{ $seriesNextPrev.Previous.Title }}
{{ end }} -- cgit v1.2.3