mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨ feat(feed): support hiding pages and sections (#227)
This commit is contained in:
parent
6b69cf7a3e
commit
920aa609f0
7 changed files with 40 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
|||
+++
|
||||
render = false
|
||||
insert_anchor_links = "left"
|
||||
|
||||
[extra]
|
||||
hide_from_feed = true
|
||||
+++
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
+++
|
||||
render = false
|
||||
insert_anchor_links = "left"
|
||||
|
||||
[extra]
|
||||
hide_from_feed = true
|
||||
+++
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
+++
|
||||
render = false
|
||||
insert_anchor_links = "left"
|
||||
|
||||
[extra]
|
||||
hide_from_feed = true
|
||||
+++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue