From: Duje Mihanović Date: Tue, 15 Aug 2023 11:01:24 +0000 (+0200) Subject: Replace all usage of .Permalink with .RelPermalink X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=d4fa635fadb010c0cd10fc17db10d187f32156dc;p=dujemihanovic.xyz.git Replace all usage of .Permalink with .RelPermalink This should fix stylesheet loading after commit 59c224b ("Attempt to navigation on old (non-TLS 1.2) browsers"). While at it, that commit should have been named "Attempt to **fix** navigation..." --- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2248357..a32c2f4 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,7 +3,7 @@ {{ partial "meta.html" . }} {{ $style := resources.Get "css/style.css" | resources.Minify }} - + diff --git a/layouts/posts/list.html b/layouts/posts/list.html index bca32c9..0da1d86 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -3,7 +3,7 @@