aboutsummaryrefslogtreecommitdiff
path: root/blog.md
diff options
context:
space:
mode:
authorBradley Taunt <git@btxx.org>2026-01-21 16:14:18 -0500
committerBradley Taunt <git@btxx.org>2026-01-21 16:14:18 -0500
commitb36bf99a95f54b698aec0a58a4b8059746614049 (patch)
tree3a8783445781b2243b8be78500db8eb29c769b38 /blog.md
parent9a1a73e62c89f014170643e6941ae0bb52a5a22c (diff)
Refactor for valid XHTML Strict doctype
Diffstat (limited to 'blog.md')
-rw-r--r--blog.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/blog.md b/blog.md
index 3b370c4..526586a 100644
--- a/blog.md
+++ b/blog.md
@@ -6,12 +6,12 @@ permalink: blog/
## Blog Posts
-<p align="center">Writing about everything and anything related to web design. Articles tend to have a major focus on performance, accessibility and/or usability.</p>
+<p class="center">Writing about everything and anything related to web design. Articles tend to have a major focus on performance, accessibility and/or usability.</p>
---
-<ul>
+<ul class="posts-list">
{% for post in site.posts %}
- <li><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%m/%d/%Y" }}</time><br><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li><hr>
+ <li><span>{{ post.date | date: "%m/%d/%Y" }}</span><br/><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul> \ No newline at end of file