aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-05-14 00:00:22 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-05-14 00:00:22 +0200
commit16ef06ffb363b6304d0d5269b30dedbdd07288df (patch)
tree38f80e13c5f20d669df04d146725968f423541b4 /templates/post.html
parent2bf274de3fe814e3729deb9ca242df58f8936a49 (diff)
downloadmacroblog.rs-16ef06ffb363b6304d0d5269b30dedbdd07288df.tar.gz
macroblog.rs-16ef06ffb363b6304d0d5269b30dedbdd07288df.tar.bz2
macroblog.rs-16ef06ffb363b6304d0d5269b30dedbdd07288df.zip
feat: Add title parser
Add title parse so it yields a better post list.
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html
index 410cfbf..b1f9f72 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -4,7 +4,7 @@
<% include!("head.html"); %>
</head>
<body>
-<% include!("simple_header.html"); %>
+<% include!("header.html"); %>
<main class="container">
<%- content %>
</section>