diff --git a/content/about/index.md b/content/about/index.md
new file mode 100644
index 0000000..5444d5f
--- /dev/null
+++ b/content/about/index.md
@@ -0,0 +1 @@
+My about page
diff --git a/content/posts/test-post/index.md b/content/posts/test-post/index.md
index b16b241..6df98a3 100644
--- a/content/posts/test-post/index.md
+++ b/content/posts/test-post/index.md
@@ -44,4 +44,4 @@ Lorem `code`
```ts
let name: string;
console.log("Hello World");
-```
+```
\ No newline at end of file
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e8cfd0c..de72198 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,7 +1,7 @@
{{ define "main" }}
{{ .Title }}
+ {{ .Title }}