diff --git a/templates/index.ejs b/templates/index.ejs
index e6471e3..fc3ed8e 100644
--- a/templates/index.ejs
+++ b/templates/index.ejs
@@ -27,19 +27,19 @@
-
Archive
+
Archive
<% years.forEach((year) => { %>
<% }) %>
-
Categories
+
Categories
<% categories.forEach((c) => { %>
<% }) %>
-
Tags
+
Tags
<% tags.forEach((t, i) => { %>
<% let comma = (i == tags.length - 1) ? '' : ' / ' %>
<%- t.name %><%- comma %>