diff --git a/content/posts/2019-11-13-doing-better-about-nazis/index.md b/content/posts/2019-11-13-doing-better-about-nazis/index.md
index cf11912..2b2fc76 100644
--- a/content/posts/2019-11-13-doing-better-about-nazis/index.md
+++ b/content/posts/2019-11-13-doing-better-about-nazis/index.md
@@ -2,6 +2,8 @@
title: "Doing Better About Nazis"
author: "Elizabeth"
date: "2019-11-13"
+tags:
+ - antifascism
---
{{< imgproc "images/heathenantifa.png" "348x348" "right">}}
Image by [Fillchiam on Reddit](https://www.reddit.com/user/Fillchiam/)
diff --git a/content/posts/2022-09-16-i-can-feel-it-in-my-bones/index.md b/content/posts/2022-09-16-i-can-feel-it-in-my-bones/index.md
index 84ba7d7..411a87b 100644
--- a/content/posts/2022-09-16-i-can-feel-it-in-my-bones/index.md
+++ b/content/posts/2022-09-16-i-can-feel-it-in-my-bones/index.md
@@ -2,6 +2,8 @@
title: "I can feel it in my bones"
author: "Anna"
date: "2022-09-16"
+tags:
+ - event report
---
{{< imgproc "images/thor_drinks_coffee.jpg" "x500" "right" >}}
diff --git a/content/posts/2022-09-23-spotting-the-nazis/index.md b/content/posts/2022-09-23-spotting-the-nazis/index.md
index d050d43..5b60aee 100644
--- a/content/posts/2022-09-23-spotting-the-nazis/index.md
+++ b/content/posts/2022-09-23-spotting-the-nazis/index.md
@@ -2,6 +2,8 @@
title: "Spotting the Nazis"
author: "Anna"
date: "2022-09-23"
+tags:
+ - antifascism
---
_\[Content Warning: this post depicts and discusses symbols that are widely used by_ _racist people and organizations. At Freyja's Kiss, we do not condone these usages or these people. Rather, we condemn them in the strongest terms. May they find no friư or succor wherever they may go.\]_
diff --git a/hugo.toml b/hugo.toml
index 7237d19..5440739 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -7,7 +7,7 @@ theme = 'mainroad'
description = 'Thoughts from the Leftist Edge of Heathenry'
copyright = "Anna Rose Wiggins"
dateformat = '2006-01-02'
-post_meta = ["date", "author"]
+post_meta = ["date", "author", "tags"]
customCSS = ["css/custom.css"]
readmore = true
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
new file mode 100644
index 0000000..79d7fb6
--- /dev/null
+++ b/layouts/_default/list.html
@@ -0,0 +1,18 @@
+{{ define "main" }}
+Tag: {{ . }}
+