From 46e6b5fa84b1ec6e08f124c478909ec745562214 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 14 May 2022 20:46:31 +0200 Subject: feat: Add title and date into the post template Now post template has title and created date by defaul. --- templates/post.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index b1f9f72..4e5cf9a 100644 --- a/templates/post.html +++ b/templates/post.html @@ -6,6 +6,8 @@ <% include!("header.html"); %>
+

<%- title %>

+
created at: <%- date %>
<%- content %>
-- cgit v1.2.3