From d0492d521a263a22617f77cf16df22d3aaf503d9 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Fri, 24 Jul 2020 04:55:19 +0000 Subject: [PATCH] Close h1 tag on blog posts --- templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post.html b/templates/post.html index 200e350..709b5c8 100644 --- a/templates/post.html +++ b/templates/post.html @@ -4,7 +4,7 @@ head: openring: yes template: page -

{title} +

{title}

Published on {date} by {author}
{content}