From 16ef06ffb363b6304d0d5269b30dedbdd07288df Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 14 May 2022 00:00:22 +0200 Subject: feat: Add title parser Add title parse so it yields a better post list. --- templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/post.html') 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"); %> -<% include!("simple_header.html"); %> +<% include!("header.html"); %>
<%- content %> -- cgit v1.2.3