mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Fix parameter list in settings
This commit is contained in:
parent
d3c6598e50
commit
e61a19e61a
@ -57,7 +57,7 @@ html
|
|||||||
|
|
||||||
+input("rewrite_twitter", "Rewrite Twitter domain", "twitter.com", true)
|
+input("rewrite_twitter", "Rewrite Twitter domain", "twitter.com", true)
|
||||||
|
|
||||||
+checkbox("remove_trailing_hashtags", "Hide trailing hashtags", false)
|
+checkbox("remove_trailing_hashtags", "Hide trailing hashtags", "Hide", false)
|
||||||
|
|
||||||
+checkbox("link_hashtags", "Clickable hashtags", "Clickable", true)
|
+checkbox("link_hashtags", "Clickable hashtags", "Clickable", true)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user