From edc27be504dfdf96b3af67eabe03cc48e7f5e7ea Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Fri, 14 Jul 2023 00:48:02 -0500 Subject: Rename to POST prefix --- md/BLOG_TEMPLATE.tmpl.html | 20 -------------------- md/POST_TEMPLATE.tmpl.html | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 md/BLOG_TEMPLATE.tmpl.html create mode 100644 md/POST_TEMPLATE.tmpl.html diff --git a/md/BLOG_TEMPLATE.tmpl.html b/md/BLOG_TEMPLATE.tmpl.html deleted file mode 100644 index c1c1dbf..0000000 --- a/md/BLOG_TEMPLATE.tmpl.html +++ /dev/null @@ -1,20 +0,0 @@ -{{define "title"}}{{ .Title }}{{end}} -{{define "description"}}$description${{end}} -{{define "keywords"}}$tags${{end}} - -{{define "main"}} -

$page$

-
-

{{ .Title }}

- $body$ -

Uploaded:

- -
-{{end}} diff --git a/md/POST_TEMPLATE.tmpl.html b/md/POST_TEMPLATE.tmpl.html new file mode 100644 index 0000000..c1c1dbf --- /dev/null +++ b/md/POST_TEMPLATE.tmpl.html @@ -0,0 +1,20 @@ +{{define "title"}}{{ .Title }}{{end}} +{{define "description"}}$description${{end}} +{{define "keywords"}}$tags${{end}} + +{{define "main"}} +

$page$

+
+

{{ .Title }}

+ $body$ +

Uploaded:

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