From 3e7052a217993a5e6c228c7be8504ca638062100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 22 Feb 2026 08:17:28 +0100 Subject: [PATCH] revert: restore site owner attribution link in footer --- partials/footer.hbs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/partials/footer.hbs b/partials/footer.hbs index d569cd9..80ccf6b 100644 --- a/partials/footer.hbs +++ b/partials/footer.hbs @@ -9,7 +9,11 @@

© {{date format="YYYY"}} {{@site.title}} — - Published with Ghost + {{#get "authors" limit="1" order="count.posts desc"}} + {{#foreach authors}} + Created by {{name}} + {{/foreach}} + {{/get}}