Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2018-07-23 14:50:58 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2018-07-23 14:50:58 +0300
commite72377bbbb4f60394071967af923de519bfa566c (patch)
tree687c54212f27284e8c30d773a96b7c3a7b022a17 /content
parentbd84bfdef913a22e3cc4107852c099b461e26e3f (diff)
Sync theme (add support for Hugo v0.45)
Diffstat (limited to 'content')
-rw-r--r--content/home/projects.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/home/projects.md b/content/home/projects.md
index 53885c54..5407afd4 100644
--- a/content/home/projects.md
+++ b/content/home/projects.md
@@ -26,19 +26,20 @@ 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"
# tag = "*"
-#
+#
# [[filter]]
# name = "Deep Learning"
-# tag = ".deep-learning"
+# tag = "Deep Learning"
#
# [[filter]]
# name = "Other"
-# tag = ".demo"
+# tag = "Demo"
+++