aboutsummaryrefslogtreecommitdiff
path: root/html/blog
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-07-20 21:44:04 -0500
committerAlex Scerba <alex@scerba.org>2024-10-29 13:19:57 -0400
commita2177c9a8350fce5e03d220385ee705aac4a4639 (patch)
tree7a19fa3188343fd37cb45c7a2b3004d1449cce7c /html/blog
parent48adfaa0a95675206ee83903f5e6933df165cd44 (diff)
Remove commented HTML that contains server breaking code
Diffstat (limited to 'html/blog')
-rw-r--r--html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html8
-rw-r--r--html/blog/Markdown_To_HTML_Update.tmpl.html8
2 files changed, 0 insertions, 16 deletions
diff --git a/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html b/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html
index 69c2b32..d209e8e 100644
--- a/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html
+++ b/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html
@@ -20,13 +20,5 @@
<video src="/static/media/Jeep_CJ7_Turn_Signal_Repair/Flasher_Test.mp4" alt="Turn signal test, and lamp flashes as expected" controls=""><a href="/static/media/Jeep_CJ7_Turn_Signal_Repair/Flasher_Test.mp4">CJ7 Signal Test</a></video>
<p>Now to repair the muffler I blew… but that’s for another day.</p>
<p>Uploaded: <time datetime="2023-07-20">2023-07-20</time></p>
- <!--<div class="tags">
- <h4>tags:</h4>
- <nav>
- {{ range .Tags }}
- <a href="/tags/{{ . }}">{{ . }}</a> <span>·</span>
- {{ end }}
- </nav>
- </div>-->
</article>
{{end}}
diff --git a/html/blog/Markdown_To_HTML_Update.tmpl.html b/html/blog/Markdown_To_HTML_Update.tmpl.html
index 906e733..b8b0841 100644
--- a/html/blog/Markdown_To_HTML_Update.tmpl.html
+++ b/html/blog/Markdown_To_HTML_Update.tmpl.html
@@ -9,13 +9,5 @@
<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>
- <!--<div class="tags">
- <h4>tags:</h4>
- <nav>
- {{ range .Tags }}
- <a href="/tags/{{ . }}">{{ . }}</a> <span>·</span>
- {{ end }}
- </nav>
- </div>-->
</article>
{{end}}