summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",