diff --git a/www/pages/404.md b/www/pages/404.md
index 5e3d05b..f2ed927 100644
--- a/www/pages/404.md
+++ b/www/pages/404.md
@@ -1,8 +1,7 @@
---
+title: Not found
template: default
permalink: /404.html
---
-# Not found
-
[Go back home](/)
diff --git a/www/pages/index.html b/www/pages/index.html
index fdd2c81..22a4ee4 100644
--- a/www/pages/index.html
+++ b/www/pages/index.html
@@ -1,9 +1,9 @@
-
Welcome to Brut
-Brut is a brutalist static site generator.
+brut is a brutalist static site generator.
It shares some of the principles behind brutalist architecture:
-
diff --git a/www/pages/posts.html b/www/pages/posts.html
index 30d9926..f7d6ecb 100644
--- a/www/pages/posts.html
+++ b/www/pages/posts.html
@@ -1,8 +1,8 @@
-
Posts
{{#context.posts.length}}
{{#context.posts}}
diff --git a/www/pages/posts/production-ready.md b/www/pages/posts/production-ready.md
index 78b8b5f..6447e29 100644
--- a/www/pages/posts/production-ready.md
+++ b/www/pages/posts/production-ready.md
@@ -1,7 +1,7 @@
---
-template: default
title: "Production-ready"
published_date: "2024-08-11"
+template: default
---
Looking for a production-ready static site generator?
diff --git a/www/pages/posts/second-post.md b/www/pages/posts/second-post.md
index e63655b..67076df 100644
--- a/www/pages/posts/second-post.md
+++ b/www/pages/posts/second-post.md
@@ -1,7 +1,7 @@
---
-template: default
title: "Second Post"
published_date: "2022-02-12"
+template: default
---
# Second Post
diff --git a/www/pages/posts/unpopular-opinion.md b/www/pages/posts/unpopular-opinion.md
index 044cbd2..e681afe 100644
--- a/www/pages/posts/unpopular-opinion.md
+++ b/www/pages/posts/unpopular-opinion.md
@@ -1,7 +1,7 @@
---
-template: default
title: "Unpopular Opinion"
published_date: "2021-11-12"
+template: default
---
# Unpopular Opinion
diff --git a/www/templates/default.html b/www/templates/default.html
index fa00c0a..31e4745 100644
--- a/www/templates/default.html
+++ b/www/templates/default.html
@@ -14,6 +14,9 @@
{{> nav}}
- {{> content}}
+
+ {{page.frontmatter.title}}
+ {{> content}}
+