From b0d39de7a745c0c1bbfa086b991c21331348104d Mon Sep 17 00:00:00 2001 From: Alex Scerba <alex@scerba.org> Date: Wed, 19 Feb 2025 22:04:22 -0500 Subject: Add .tmpl extension --- html/blog/2025-02-19+Just_Try+poetry.html | 13 ------------- html/blog/2025-02-19+Just_Try+poetry.tmpl.html | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 html/blog/2025-02-19+Just_Try+poetry.html create mode 100644 html/blog/2025-02-19+Just_Try+poetry.tmpl.html (limited to 'html/blog') diff --git a/html/blog/2025-02-19+Just_Try+poetry.html b/html/blog/2025-02-19+Just_Try+poetry.html deleted file mode 100644 index fe1734f..0000000 --- a/html/blog/2025-02-19+Just_Try+poetry.html +++ /dev/null @@ -1,13 +0,0 @@ -{{ define "article" }} -<article> - <h2>{{ .Title }}</h2> - <p><pre> - You should - Make some wood tongs - Shape them through gentle touch - But I can't do that, she replies - Just try - </pre></p> - <p><b>Created:</b> {{ .Date }}</p> -</article> -{{ end }} \ No newline at end of file diff --git a/html/blog/2025-02-19+Just_Try+poetry.tmpl.html b/html/blog/2025-02-19+Just_Try+poetry.tmpl.html new file mode 100644 index 0000000..fe1734f --- /dev/null +++ b/html/blog/2025-02-19+Just_Try+poetry.tmpl.html @@ -0,0 +1,13 @@ +{{ define "article" }} +<article> + <h2>{{ .Title }}</h2> + <p><pre> + You should + Make some wood tongs + Shape them through gentle touch + But I can't do that, she replies + Just try + </pre></p> + <p><b>Created:</b> {{ .Date }}</p> +</article> +{{ end }} \ No newline at end of file -- cgit v1.2.3