From d4fa635fadb010c0cd10fc17db10d187f32156dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Tue, 15 Aug 2023 13:01:24 +0200 Subject: [PATCH] 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..." --- layouts/_default/baseof.html | 2 +- layouts/posts/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ -- 2.39.2