Skip to content

Commit 5c6c6c2

Browse files
committed
revert tags tab edit
1 parent e246d98 commit 5c6c6c2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ exclude:
218218
- "package*.json"
219219

220220
jekyll-archives:
221-
enabled: [categories ] # , tags]
221+
enabled: [categories, tags]
222222
layouts:
223223
category: category
224-
# tag: tag
224+
tag: tag
225225
permalinks:
226-
# tag: /tags/:name/
226+
tag: /tags/:name/
227227
category: /categories/:name/

_tabs/archives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
layout: archives
33
icon: fas fa-archive
4-
order: 4
4+
order: 5
55
---

_tabs/tags.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: tags
3+
icon: fas fa-tags
4+
order: 4
5+
---

0 commit comments

Comments
 (0)