From 3736c8288c205e550c029bcf70df5533a1a3c4ea Mon Sep 17 00:00:00 2001 From: LazeMSS Date: Tue, 30 Mar 2021 13:02:32 +0200 Subject: [PATCH] Source renamed to author --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fcf168b..1c6b997 100644 --- a/index.html +++ b/index.html @@ -87,7 +87,7 @@
[name]
\ if (s == "org"){ // Hack to handle org if (data[s] != false){ - newTemplate = newTemplate.replace('[org]','Source'); + newTemplate = newTemplate.replace('[org]','Author'); }else{ data[s] = ''; }