summaryrefslogtreecommitdiff
path: root/template/frontpage_share_buttons.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-30 01:20:07 +0000
committeryo momma <shutup@oops.wtf>2026-01-30 01:20:07 +0000
commite38f326875752a27a2819b6b7914ffe65e848aba (patch)
treea92e248dadb7d663822bc4058cb1e713a14118ea /template/frontpage_share_buttons.st
parentb2d1b69fd6d9b1f0473ea70bc473df6f370891da (diff)
Refactor: JS init + HTTPS-safe URLs
Diffstat (limited to 'template/frontpage_share_buttons.st')
-rwxr-xr-xtemplate/frontpage_share_buttons.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/frontpage_share_buttons.st b/template/frontpage_share_buttons.st
index 020f60e..1ee07d6 100755
--- a/template/frontpage_share_buttons.st
+++ b/template/frontpage_share_buttons.st
@@ -1,5 +1,5 @@
<span class="buttons frontpage">
- <a class="permalink" href="$domain$/p/$dump.nick$/$dump.message_id$"><img src="$domain$/static/img/link.gif"></a>
+ <a class="permalink" href="$domain$/p/$dump.nick$/$dump.message_id$"><img src="/static/img/link.gif"></a>
$if(dump.favorited)$
<img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">
$else$