Remove project filters from project widget
This commit is contained in:
parent
ed6d2ce461
commit
1a24a432bf
@ -24,17 +24,17 @@ filter_default = 0
|
|||||||
# Add or remove as many filters (`[[filter]]` instances) as you like.
|
# Add or remove as many filters (`[[filter]]` instances) as you like.
|
||||||
# Use "*" tag to show all projects or an existing tag prefixed with "." to filter by specific tag.
|
# Use "*" tag to show all projects or an existing tag prefixed with "." to filter by specific tag.
|
||||||
# To remove toolbar, delete/comment all instances of `[[filter]]` below.
|
# To remove toolbar, delete/comment all instances of `[[filter]]` below.
|
||||||
[[filter]]
|
# [[filter]]
|
||||||
name = "All"
|
# name = "All"
|
||||||
tag = "*"
|
# tag = "*"
|
||||||
|
#
|
||||||
[[filter]]
|
# [[filter]]
|
||||||
name = "Deep Learning"
|
# name = "Deep Learning"
|
||||||
tag = ".deep-learning"
|
# tag = ".deep-learning"
|
||||||
|
#
|
||||||
[[filter]]
|
# [[filter]]
|
||||||
name = "Other"
|
# name = "Other"
|
||||||
tag = ".demo"
|
# tag = ".demo"
|
||||||
|
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user