From 231f2cb2205988cf87062bc9f595307af1ed827f Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sun, 15 May 2022 15:34:36 +0200 Subject: 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. --- templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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"); %>

<%- title %>

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