From 3d2ca2089cb20bfe0322118445fd859a9a4c331d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 18 Jun 2024 22:27:38 +0200 Subject: Simplified template --- templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 79a950a..c8925fa 100644 --- a/templates/post.html +++ b/templates/post.html @@ -21,7 +21,7 @@ {{ if and (eq .Type "post") (not .Draft) }}
  • {{ .Title }}
  • {{ end }} - {{ end }} + {{ end }} -- cgit v1.2.3