diff options
| author | Bradley Taunt <git@btxx.org> | 2026-01-21 16:14:18 -0500 |
|---|---|---|
| committer | Bradley Taunt <git@btxx.org> | 2026-01-21 16:14:18 -0500 |
| commit | b36bf99a95f54b698aec0a58a4b8059746614049 (patch) | |
| tree | 3a8783445781b2243b8be78500db8eb29c769b38 /blog.md | |
| parent | 9a1a73e62c89f014170643e6941ae0bb52a5a22c (diff) | |
Refactor for valid XHTML Strict doctype
Diffstat (limited to 'blog.md')
| -rw-r--r-- | blog.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
