blog title be whatever the hostname is

This commit is contained in:
len0rd 2025-05-28 11:56:50 -04:00
parent 15dba0bd4f
commit 9866c31476
2 changed files with 12 additions and 0 deletions

View file

@ -49,6 +49,10 @@ html_css_files = [
"customizations.css",
]
html_js_files = [
"update_title.js",
]
html_sidebars = {
"*": [
"ablog/recentposts.html",