aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-05-15 15:34:36 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-05-15 15:34:36 +0200
commit231f2cb2205988cf87062bc9f595307af1ed827f (patch)
treef1094bf50677abed5266feb17c65240a45d7a387 /templates/post.html
parent46e6b5fa84b1ec6e08f124c478909ec745562214 (diff)
downloadmacroblog.rs-231f2cb2205988cf87062bc9f595307af1ed827f.tar.gz
macroblog.rs-231f2cb2205988cf87062bc9f595307af1ed827f.tar.bz2
macroblog.rs-231f2cb2205988cf87062bc9f595307af1ed827f.zip
feat: Add missing blog post
Add the missing blog post from my hugo blog. Also add a locustfile so I can do some stress test locally.
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>