Re-enable tags in archive

This commit is contained in:
2021-10-09 20:08:54 -05:00
parent db5d6ddbfe
commit a78b958bf7
2 changed files with 10 additions and 10 deletions

View File

@@ -9,11 +9,11 @@ aliases = [
"/archive/new-comment-system-again/",
]
#tags = [
# "announcement",
# "hugo",
# "blog",
#]
tags = [
"announcement",
"hugo",
"blog",
]
+++
I decided to switch my comment system from Isso to

View File

@@ -9,11 +9,11 @@ aliases = [
"/archive/new-comment-system/",
]
#tags = [
# "announcement",
# "hugo",
# "blog",
#]
tags = [
"announcement",
"hugo",
"blog",
]
+++
I added a comment system to my blog, using [Isso](https://posativ.org/isso/).