summaryrefslogtreecommitdiff
path: root/template/head.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:25:03 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:25:03 +0000
commit75cf2a9c3cd925d2d8de4b5ef98bdd55c29e9861 (patch)
tree457640db50cd62bac0649119abed37c3bdeb2fe7 /template/head.st
parentad4d74ea45be6b227027588f6515fb22fafc335a (diff)
Rebrand: rename dump assets/templates to hump
Diffstat (limited to 'template/head.st')
-rwxr-xr-xtemplate/head.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/head.st b/template/head.st
index dd15203..5e12be4 100755
--- a/template/head.st
+++ b/template/head.st
@@ -6,7 +6,7 @@
<link rel="image_src" href="/static/img/thumbs/heartover.gif" >
<!-- <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> -->
<script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script>
-<link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260131.2">
+<link rel="stylesheet" type="text/css" href="/static/css/hump.css?v=20260131.2">
<script>
Domain = "/";
Nick = $if(user_nick)$"$user_nick$"$else$null$endif$;