From 5917789c5b0db9741881b41feb492a0d45759de1 Mon Sep 17 00:00:00 2001 From: DeaDvey Date: Wed, 27 Aug 2025 18:51:59 +0100 Subject: [PATCH] add webadmin as a field in the config --- example-config.json | 1 + views/partials/footer.ejs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/example-config.json b/example-config.json index 8033ad4..eb1e4da 100755 --- a/example-config.json +++ b/example-config.json @@ -1,4 +1,5 @@ { + "site_admin": "your name", "seperator": "
", "site_name": "My Blog", "site_url": "https://example.com", diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 1efab02..209d7d3 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -1,3 +1,3 @@ Site is ran by deadvey
-<%- locale.attribution %> -Consent is withdrawn for AI scraping of this website and it's content. +<%- locale.attribution %>
+Consent is withdrawn for AI scraping of this website or it's content.