mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-02 10:41:36 +00:00
Use hashed URL for arrow button
This commit is contained in:
parent
5fc765d8cb
commit
f1f24f8c4a
3 changed files with 6 additions and 6 deletions
|
|
@ -19,9 +19,9 @@ mixin post(post, headerWithNavigation)
|
|||
= `@${post.getBasicOwner().username}`
|
||||
if headerWithNavigation
|
||||
button(data-previous).navigate-posts
|
||||
img(src="/static/img/arrow-circled.svg" alt="Previous post.").icon.previous
|
||||
img(src=getStaticURL("html", "/static/img/arrow-circled.svg") alt="Previous post.").icon.previous
|
||||
button(data-next).navigate-posts
|
||||
img(src="/static/img/arrow-circled.svg" alt="Next post.").icon
|
||||
img(src=getStaticURL("html", "/static/img/arrow-circled.svg") alt="Next post.").icon
|
||||
|
||||
div.relative-box
|
||||
div.scrolling-box
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue