aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2025-09-25 21:20:48 -0500
committerAlex Scerba <alex@scerba.org>2025-09-25 21:20:48 -0500
commit674aea0e547a59ae186f693b4688b86c0650d61c (patch)
treee7ebe9edc9f433626801cdd59804fd5daf9b024b /html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html
parent2ae9151a88e32d8d56b4605bb124f7204dfaba32 (diff)
Fix spelling errors.
Diffstat (limited to 'html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html')
-rw-r--r--html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html b/html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html
index b86fc3d..7d32401 100644
--- a/html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html
+++ b/html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html
@@ -1,9 +1,9 @@
{{ define "article" }}
<article>
<h2>{{ .Title }}</h2>
- <p>Well... here we are once again. I'm back again with a dynamic site, not just a template engine, at the request of my friend. The single page blog format is tedious to skim and requires a significant ammount of scrolling. With this, you can skim the headlines a lot faster.</p>
- <p>Tagging is the next feature in development. I've got the URLs set up in a pretty scuffed way... the date, title, and tags are all in the file name and appear in the URL bar. This is pretty scary if you look at stuff like <a href="/blog/2024-02-10+50°F,_Overcast,_and_Windy">this post title</a>. I'll probably have to figure something out, but for now, it does seem to work with these weird characters at the expense of an evil URL. The tags at the end of the url should be easily searchable once I develop a function. There will be a details element on the main blog that allows for filtering based on a tag.</p>
+ <p>Well... here we are once again. I'm back again with a dynamic site, not just a template engine, at the request of my friend. The single page blog format is tedious to skim and requires a significant amount of scrolling. With this, you can skim the headlines a lot faster.</p>
+ <p>Tagging is the next feature in development. I've got the URLs set up in a pretty scuffed way... the date, title, and tags are all in the file name and appear in the URL bar. This is pretty scary if you look at stuff like <a href="/blog/2024-02-10+50°F,_Overcast,_and_Windy">this post title</a>. I'll probably have to figure something out, but for now, it does seem to work with these weird characters at the expense of an evil URL. The tags at the end of the URL should be easily searchable once I develop a function. There will be a details element on the main blog that allows for filtering based on a tag.</p>
<p>I also want to get previous and next working for posts. It shouldn't be too hard.</p>
<p><b>Created:</b> {{ .Date }}</p>
</article>
-{{ end }} \ No newline at end of file
+{{ end }}