mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-02 10:41:36 +00:00
Add remove hashtags setting
This commit is contained in:
parent
ba5a5a7653
commit
ea81b945ce
7 changed files with 180 additions and 6 deletions
|
|
@ -28,7 +28,10 @@ mixin post(post, headerWithNavigation)
|
|||
div
|
||||
if post.getCaption()
|
||||
p.structured-text.description
|
||||
+display_structured(post.getStructuredCaption())
|
||||
if settings.remove_trailing_hashtags
|
||||
+display_structured(post.getStructuredCaptionWithoutTrailingHashtags())
|
||||
else
|
||||
+display_structured(post.getStructuredCaption())
|
||||
|
||||
footer
|
||||
if willDisplayAltInDescription
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue