summary refs log tree commit diff
path: root/posts/index.html
diff options
context:
space:
mode:
authorAshelyn Dawn <git@tempest.dev>2023-01-04 17:19:40 -0700
committerAshelyn Dawn <git@tempest.dev>2023-01-04 17:19:40 -0700
commit5bb87b673324023fb41cc56b762a14ad28736b46 (patch)
tree7f54c1bbf2d20354cb30b75b2ca57e65bd659d5c /posts/index.html
parenta4ab17b00d56a0a1814fc04074045373c7d965ec (diff)
Add advent of wasm page
Diffstat (limited to 'posts/index.html')
-rw-r--r--posts/index.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/posts/index.html b/posts/index.html
index 13bb767..b86c5a5 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -14,17 +14,24 @@
     <h1>
       Posts
     </h1>
-
-    <h2>2022</h2>
+    <h2>2023</h2>
     <ul class="posts">
       <li>
-        <span>July 29</span>
-        <a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a>
+        <span>January 4</span>
+        <a href="/posts/01_04_2023-advent-of-wasm.html">Retrospect: Advent of Wasm</a>
       </li>
+    </ul>
+
+    <h2>2022</h2>
+    <ul class="posts">
       <li>
         <span>August 1</span>
         <a href="/posts/08_01_2022-thoughts-on-neovim.html">Thoughts on Neovim</a>
       </li>
+      <li>
+        <span>July 29</span>
+        <a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a>
+      </li>
     </ul>
   </body>
 </html>