From 127a3cccd18a04ddddd6ad01d9ca00d4d8543be5 Mon Sep 17 00:00:00 2001 From: David Hariri Date: Mon, 17 Feb 2025 23:18:17 -0500 Subject: [PATCH] Fixes date --- templates/post.jinja | 2 +- templates/post_preview.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post.jinja b/templates/post.jinja index e3c87a5..08ed500 100644 --- a/templates/post.jinja +++ b/templates/post.jinja @@ -1,7 +1,7 @@ {% extends "base.jinja" %} {% block title %}{{ post.title }} - David Hariri{% endblock %} {% block body %} - +

{{ post.title }}

{% if post.tags %}