mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-02 10:41:36 +00:00
Implement caption on right (closes #51)
This commit is contained in:
parent
2244c219a4
commit
13339efa9e
4 changed files with 16 additions and 9 deletions
|
|
@ -1,7 +1,9 @@
|
|||
include ./display_structured
|
||||
|
||||
mixin post(post, headerWithNavigation)
|
||||
.post-page-divider
|
||||
.post-page-divider(class={
|
||||
"caption-on-right": settings.caption_side === "right"
|
||||
})
|
||||
section.description-section
|
||||
.user-header
|
||||
header.user-header-inner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue