diff options
author | Your Name <you@example.com> | 2025-01-09 17:56:47 +1100 |
---|---|---|
committer | Your Name <you@example.com> | 2025-01-09 17:56:47 +1100 |
commit | f3897359bcfeccca32f5320897048a4e2356afd0 (patch) | |
tree | c7d1a85880f3b377bbb8e7faa229120fa99c925e /config | |
parent | b8ce88c99112828bfe6b8942e1ace2350b2d1fe6 (diff) |
template & config changes specific to my website.jeaves.xyz
Diffstat (limited to 'config')
-rw-r--r-- | config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ variable d_output {/home/aleksei/jeaves.xyz/www/} variable replacement \ [dict create \ - {<!--domain-->} {http://localhost:8000} \ - {<!--css-->} {/style.css} \ - {<!--favicon-->} {/favicon.ico} \ + {<!--domain-->} {http://jeaves.xyz} \ + {<!--css-->} {style.css} \ + {<!--favicon-->} {favicon.ico} \ ]; ## Do not delete this line! |