diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-05-15 15:34:36 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-05-15 15:34:36 +0200 |
commit | 231f2cb2205988cf87062bc9f595307af1ed827f (patch) | |
tree | f1094bf50677abed5266feb17c65240a45d7a387 /templates | |
parent | 46e6b5fa84b1ec6e08f124c478909ec745562214 (diff) | |
download | macroblog.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')
-rw-r--r-- | templates/post.html | 2 |
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> |