diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 17:58:22 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 17:58:22 +0000 |
| commit | 11f8e6abdddfd60a4514dd30cb4d198780dd84c5 (patch) | |
| tree | 882637de03f45e4845032acf158f406c580beb25 /template/head.st | |
| parent | 5bcf2586305bb9f246497558f46f2fa15f686364 (diff) | |
Refactor: cache-bust CSS + remove inline helpers
Diffstat (limited to 'template/head.st')
| -rwxr-xr-x | template/head.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/head.st b/template/head.st index d0fad8c..c74e1e1 100755 --- a/template/head.st +++ b/template/head.st @@ -1,12 +1,12 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="keywords" content="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board, scott ostler, ryder ripps"> <meta name="description" content="dump.fm - Talk with pictures!" /> -<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script> +<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js?v=20260126"></script> <link rel="shortcut icon" href="/static/favicon.ico"> <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"> +<link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260130"> <script> Domain = "/"; Nick = $if(user_nick)$"$user_nick$"$else$null$endif$; @@ -17,7 +17,7 @@ $endif$ $if(isadmin)$ <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css" type="text/css" media="all" /> -<link rel="stylesheet" href="/static/css/admin.css" +<link rel="stylesheet" href="/static/css/admin.css?v=20260130" type="text/css" media="all" /> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js" type="text/javascript"></script> |
