From 266482d6789d7861b5566db12542d16efdc69b96 Mon Sep 17 00:00:00 2001 From: Monty Date: Sat, 2 Oct 2021 18:13:10 +0200 Subject: [PATCH 1/2] fix(blog): RSS discovery link being broken on subpages --- views/layouts/main.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index 7aecdaf..72368cd 100644 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -37,7 +37,7 @@ - + From 77245b71f6fa8d29f5bcb8ee79220a55bf85781b Mon Sep 17 00:00:00 2001 From: Monty Date: Sat, 2 Oct 2021 18:15:04 +0200 Subject: [PATCH 2/2] chore: Add myself to footer --- views/partials/footer.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/partials/footer.handlebars b/views/partials/footer.handlebars index b397961..2831901 100644 --- a/views/partials/footer.handlebars +++ b/views/partials/footer.handlebars @@ -1 +1 @@ -
Copyright 2021 - Design by mrjvs, development by Jip Fr
\ No newline at end of file + \ No newline at end of file