aboutsummaryrefslogtreecommitdiff
path: root/html/blog/Markdown_To_HTML_Update.tmpl.html
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-08-29 17:15:26 -0500
committerAlex Scerba <alex@scerba.org>2024-10-29 13:19:57 -0400
commit74fee3bd97de12cc090702a6b8cd6285e7e1e6f5 (patch)
tree700fd85cc66e3c4bb61c9e82285869c803019ffb /html/blog/Markdown_To_HTML_Update.tmpl.html
parentb56e200279475e1dbe138ed24afb565571b6fe28 (diff)
Update to use new style elements.
Diffstat (limited to 'html/blog/Markdown_To_HTML_Update.tmpl.html')
-rw-r--r--html/blog/Markdown_To_HTML_Update.tmpl.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/html/blog/Markdown_To_HTML_Update.tmpl.html b/html/blog/Markdown_To_HTML_Update.tmpl.html
index 2f301ba..05f79d5 100644
--- a/html/blog/Markdown_To_HTML_Update.tmpl.html
+++ b/html/blog/Markdown_To_HTML_Update.tmpl.html
@@ -5,10 +5,12 @@
{{define "main"}}
<h1>Blog</h1>
-<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 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}}