1
0

Sync theme (add support for Hugo v0.45)

This commit is contained in:
George Cushen 2018-07-23 12:50:58 +01:00
parent bd84bfdef9
commit e72377bbbb
2 changed files with 6 additions and 5 deletions

@ -26,7 +26,8 @@ view = 1
filter_default = 0 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. # 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. # To remove toolbar, delete/comment all instances of `[[filter]]` below.
# [[filter]] # [[filter]]
# name = "All" # name = "All"
@ -34,11 +35,11 @@ filter_default = 0
# #
# [[filter]] # [[filter]]
# name = "Deep Learning" # name = "Deep Learning"
# tag = ".deep-learning" # tag = "Deep Learning"
# #
# [[filter]] # [[filter]]
# name = "Other" # name = "Other"
# tag = ".demo" # tag = "Demo"
+++ +++

@ -1 +1 @@
Subproject commit 11a5d1bf500e45e26a28faf166f7622cc929b052 Subproject commit 3b15254f18877b0ada69851ef126a4c846fdccb2