mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-15 02:45:09 +00:00
Implement caption on right (closes #51)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -76,7 +76,7 @@ html
|
||||
{value: "6", text: "6 columns"}
|
||||
])
|
||||
|
||||
+select("caption_side", "Caption side", true, [
|
||||
+select("caption_side", "Caption side", false, [
|
||||
{value: "left", text: "Left (Bibliogram)"},
|
||||
{value: "right", text: "Right (Instagram)"}
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user