aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
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 4e5cf9a..7e0a909 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -7,7 +7,7 @@
<% include!("header.html"); %>
<main class="container">
<h2><%- title %></h2>
- <h5>created at: <%- date %></h2>
+ <h5>Created At: <%- date %></h2>
<%- content %>
</section>
</main>