From f97d476b495126fd2474b8e3a2968658395d2a0f Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 13 Mar 2024 17:09:48 -0400 Subject: Complete restructure --- md/POST_TEMPLATE.tmpl.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 md/POST_TEMPLATE.tmpl.html (limited to 'md/POST_TEMPLATE.tmpl.html') diff --git a/md/POST_TEMPLATE.tmpl.html b/md/POST_TEMPLATE.tmpl.html deleted file mode 100644 index cca9a30..0000000 --- a/md/POST_TEMPLATE.tmpl.html +++ /dev/null @@ -1,15 +0,0 @@ -{{define "title"}}{{.Post.Title}}{{end}} -{{define "description"}}$description${{end}} -{{define "keywords"}}$tags${{end}} -{{ define "canonical" }}$canonical${{end}} - -{{define "main"}} -

$page$

-
-
-

{{.Post.Title}}

- $body$ -

Uploaded:

-
-
-{{end}} -- cgit v1.2.3