diff --git a/site/includes/article-meta.html.ejs b/site/includes/article-meta.html.ejs
index a45ad04..7332586 100644
--- a/site/includes/article-meta.html.ejs
+++ b/site/includes/article-meta.html.ejs
@@ -5,11 +5,11 @@
<% if (metadata.category) { %>
- in
- <%= metadata.category %>
+ in
+ <%= metadata.category %>
<% } else if (metadata.series) { %>
- in
- <%= metadata.seriesName %>
+ in
+ <%= metadata.seriesName %>
<% } %>
by
Shadowfacts
diff --git a/site/layouts/article.html.ejs b/site/layouts/article.html.ejs
index e83b31a..f62a755 100644
--- a/site/layouts/article.html.ejs
+++ b/site/layouts/article.html.ejs
@@ -3,9 +3,9 @@ metadata.layout = "default.html.ejs"
```
-
+
- <%= metadata.title %>
+ <%= metadata.title %>
<%- include("../includes/article-meta.html.ejs", { metadata }) %>
<%- content %>
diff --git a/site/layouts/default.html.ejs b/site/layouts/default.html.ejs
index ea74473..0ba055b 100644
--- a/site/layouts/default.html.ejs
+++ b/site/layouts/default.html.ejs
@@ -43,7 +43,7 @@
-
+