From 4ee6747d67303306e37cbc23eeda221449ed596f Mon Sep 17 00:00:00 2001
From: Alex <a.scerba02@gmail.com>
Date: Wed, 3 Jan 2024 20:19:13 -0500
Subject: Remove blog

---
 html/blog/Markdown_To_HTML_Update.tmpl.html | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 html/blog/Markdown_To_HTML_Update.tmpl.html

(limited to 'html/blog/Markdown_To_HTML_Update.tmpl.html')

diff --git a/html/blog/Markdown_To_HTML_Update.tmpl.html b/html/blog/Markdown_To_HTML_Update.tmpl.html
deleted file mode 100644
index 05f79d5..0000000
--- a/html/blog/Markdown_To_HTML_Update.tmpl.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{{define "title"}}{{.Post.Title}}{{end}}
-{{define "description"}}Update on the new site underlying code.{{end}}
-{{define "keywords"}}blog site{{end}}
-{{ define "canonical" }}/blog{{end}}
-
-{{define "main"}}
-<h1>Blog</h1>
-<div class="postBackground">
-  <article class="postContent">
-    <h2>{{.Post.Title}}</h2>
-    <p>So, I got the site to use real, authentic, true to the standard, “text/template” format for my pages and posts. No more strange, non-conforming elements. More readable source code?? We have it. The best?? Probably not… but that’s okay because progress is progress. The last few things to do are program in the tagging system, set up <a href="https://imagemagick.org/" target="_blank" rel="noopener noreferrer">ImageMagick</a> for automatically sizing images, and writing the automation scripts to move everything where it sholud go.</p>
-    <p>Getting this all to work has been a great adventure. Going back to programming has been pretty refreshing compared to working on art. A program is either right or wrong. It does what you expect, or it doesn’t. There’s not much interpretation to be had and I miss it.</p>
-    <p>Uploaded: <time datetime="2023-07-13">2023-07-13</time></p>
-  </article>
-</div>
-{{end}}
-- 
cgit v1.2.3