Sync theme (add support for Hugo v0.45)
This commit is contained in:
@ -26,7 +26,8 @@ view = 1
|
||||
filter_default = 0
|
||||
|
||||
# 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.
|
||||
# To show all items, set `tag` to "*".
|
||||
# To filter by a specific tag, set `tag` to an existing tag name.
|
||||
# To remove toolbar, delete/comment all instances of `[[filter]]` below.
|
||||
# [[filter]]
|
||||
# name = "All"
|
||||
@ -34,11 +35,11 @@ filter_default = 0
|
||||
#
|
||||
# [[filter]]
|
||||
# name = "Deep Learning"
|
||||
# tag = ".deep-learning"
|
||||
# tag = "Deep Learning"
|
||||
#
|
||||
# [[filter]]
|
||||
# name = "Other"
|
||||
# tag = ".demo"
|
||||
# tag = "Demo"
|
||||
|
||||
+++
|
||||
|
||||
|
Submodule themes/academic updated: 11a5d1bf50...3b15254f18
Reference in New Issue
Block a user