diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 01:20:07 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 01:20:07 +0000 |
| commit | e38f326875752a27a2819b6b7914ffe65e848aba (patch) | |
| tree | a92e248dadb7d663822bc4058cb1e713a14118ea /template/share_buttons.st | |
| parent | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (diff) | |
Refactor: JS init + HTTPS-safe URLs
Diffstat (limited to 'template/share_buttons.st')
| -rwxr-xr-x | template/share_buttons.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st index 67dd762..ac41191 100755 --- a/template/share_buttons.st +++ b/template/share_buttons.st @@ -3,7 +3,7 @@ <img src="/static/img/share/fbbutton.png" class="share" onclick="Share.facebook(this)"> <img src="/static/img/share/twittericon.png" class="share" onclick="Share.twitter(this)"> <img src="/static/img/share/delishicon.png" class="share" onclick="Share.delicious(this)"> - <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(logged_in)$ $if(dump.favorited)$ <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.favorite(this)"> |
