From f3897359bcfeccca32f5320897048a4e2356afd0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 9 Jan 2025 17:56:47 +1100 Subject: template & config changes specific to my website. --- config | 6 +++--- templates/core/index | 5 +++-- templates/core/page | 4 +++- templates/footer | 4 +++- templates/header | 6 ++---- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/config b/config index a173f79..3793e57 100644 --- a/config +++ b/config @@ -12,7 +12,7 @@ variable d_output {/home/aleksei/jeaves.xyz/www/} variable replacement \ [dict create \ - {} {http://localhost:8000} \ - {} {/style.css} \ - {} {/favicon.ico} \ + {} {http://jeaves.xyz} \ + {} {style.css} \ + {} {favicon.ico} \ ]; ## Do not delete this line! diff --git a/templates/core/index b/templates/core/index index 26aef90..0781442 100644 --- a/templates/core/index +++ b/templates/core/index @@ -7,8 +7,9 @@ - +
+ +
- diff --git a/templates/core/page b/templates/core/page index 896f372..09299f7 100644 --- a/templates/core/page +++ b/templates/core/page @@ -7,7 +7,9 @@ - +
+ +
diff --git a/templates/footer b/templates/footer index 4a8bf4d..89f7325 100644 --- a/templates/footer +++ b/templates/footer @@ -1 +1,3 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/templates/header b/templates/header index 48b81dc..7520bc6 100644 --- a/templates/header +++ b/templates/header @@ -2,7 +2,5 @@ Aleksei John Eaves Personal Blog Technical Blog - cgit - E-mail Address - -
+ Git + \ No newline at end of file -- cgit v1.2.3