aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/post.html2
1 files changed, 2 insertions, 0 deletions
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 @@
<body>
<% include!("header.html"); %>
<main class="container">
+ <h2><%- title %></h2>
+ <h5>created at: <%- date %></h2>
<%- content %>
</section>
</main>