From 717b8029bbdb8a2d95480f2c0eef97c8f2369339 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Sun, 21 Apr 2024 00:36:27 +0200 Subject: [PATCH] fix for new reverse proxy setup --- layouts/index.html | 2 +- layouts/partials/header.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index c9c0fd1..fdf1d47 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -13,7 +13,7 @@ site.RegularPages "Section" $pageurl }} {{- with $pages }} {{ .Title }} {{ end }} {{ if (gt ($pages | len) $limit )}} - See more… + See more… {{ end }} {{ end }} {{ end }} {{ define "main" }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 0e7bc36..71c24f0 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,4 +1,4 @@