diff --git a/_includes/main.njk b/_includes/main.njk index 18de2e6..ad7c45a 100644 --- a/_includes/main.njk +++ b/_includes/main.njk @@ -5,21 +5,23 @@ title: Cyclocrust 51 + {{ title }} -
-

cyclocrust 51

- +
+

cyclocrust 51

+ +
{{ content | safe }} diff --git a/posts/posts.json b/posts/posts.json index 1850040..1a52240 100644 --- a/posts/posts.json +++ b/posts/posts.json @@ -1,4 +1,3 @@ { - "layout": "main", - "tags": ["posts"] + "layout": "main" }