We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e246d98 commit 5c6c6c2Copy full SHA for 5c6c6c2
_config.yml
@@ -218,10 +218,10 @@ exclude:
218
- "package*.json"
219
220
jekyll-archives:
221
- enabled: [categories ] # , tags]
+ enabled: [categories, tags]
222
layouts:
223
category: category
224
- # tag: tag
+ tag: tag
225
permalinks:
226
- # tag: /tags/:name/
+ tag: /tags/:name/
227
category: /categories/:name/
_tabs/archives.md
@@ -1,5 +1,5 @@
1
---
2
layout: archives
3
icon: fas fa-archive
4
-order: 4
+order: 5
5
_tabs/tags.md
@@ -0,0 +1,5 @@
+---
+layout: tags
+icon: fas fa-tags
+order: 4
0 commit comments