aboutsummaryrefslogtreecommitdiff
path: root/blog.md
diff options
context:
space:
mode:
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