summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-06-01 16:42:17 +0100
committerubq323 <ubq323@ubq323.website>2023-06-01 16:42:17 +0100
commitb1ea4c3896e98b419ab110badc64f9f532800a01 (patch)
treef8199ce6806695b01f63448c78b910f07118544e
parentc1aad63388b49ddb8f3807cf0d179770dd491108 (diff)
b
-rw-r--r--h.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/h.lua b/h.lua
index 7fcede1..18b2504 100644
--- a/h.lua
+++ b/h.lua
@@ -106,7 +106,7 @@ function safereadf(fname) return safe(readf(fname)) end
function mkhead(t,nositename)
-- includes css and stuff, and title element
if not nositename then
- t = t .. ' - uq323.website'
+ t = t .. ' - ubq323.website'
end
return {
safereadf "head.html",