mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-02 10:41:36 +00:00
Fix post navigation button functionality
This commit is contained in:
parent
74f731ceea
commit
a861df2662
2 changed files with 5 additions and 5 deletions
|
|
@ -12,9 +12,9 @@ mixin post(post, headerWithNavigation)
|
|||
else
|
||||
= `@${post.getBasicOwner().username}`
|
||||
if headerWithNavigation
|
||||
button.navigate-posts
|
||||
button(data-previous).navigate-posts
|
||||
img(src="/static/img/arrow-circled.svg" alt="Previous post.").icon.previous
|
||||
button.navigate-posts
|
||||
button(data-next).navigate-posts
|
||||
img(src="/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