summary refs log tree commit diff
path: root/posts
diff options
context:
space:
mode:
authorAshe Erickson <ashe@tempest.dev>2022-08-02 00:56:33 -0600
committerAshe Erickson <ashe@tempest.dev>2022-08-02 00:56:33 -0600
commitc04af9753be7d2bb325cd10341e2e7b4eefb5ff2 (patch)
treed385c2f02216c6447673cb04d2afe04496370581 /posts
parent4b1cd7ce04eae9c8d73d4a1865c6b0821fbba7ac (diff)
Update post list style
Diffstat (limited to 'posts')
-rw-r--r--posts/index.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/posts/index.html b/posts/index.html
index c34df7d..1a8d92b 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -17,9 +17,15 @@
     </h1>
 
     <h2>2022</h2>
-    <ul>
-      <li>July 29: <a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a></li>
-      <li>August 1: <a href="/posts/08_01_2022-thoughts-on-neovim.html">Thoughts on Neovim</a></li>
+    <ul class="posts">
+      <li>
+        <span>July 29</span>
+        <a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a>
+      </li>
+      <li>
+        <span>August 1</span>
+        <a href="/posts/08_01_2022-thoughts-on-neovim.html">Thoughts on Neovim</a>
+      </li>
     </ul>
   </body>
 </html>