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/base.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/http/tpl/base.html') diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html index 47644f7..f0419d5 100644 --- a/src/http/tpl/base.html +++ b/src/http/tpl/base.html @@ -3,12 +3,12 @@ {{ .Title }} - - - - - - + + + + + + @@ -105,17 +105,17 @@ mediocregopher's lil web corner

- Home + Home  //  - Posts + Posts  /  - Follow + Follow  /  - RSS + RSS  //  Source  /  - License + License {{ template "body" . }} -- cgit v1.2.3