aboutsummaryrefslogtreecommitdiff
path: root/zola-static/templates
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-08-06 18:22:58 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-08-06 18:22:58 -0400
commit3bacf8696a5f6da403c8a6efec629f488218d10a (patch)
tree6ef67af6a0e9e3992a68dd94ba9cfc1b4ff3fb51 /zola-static/templates
parent1ca1c330ed56ecb93a6527f38a7deb4a9451a27c (diff)
better 404
Diffstat (limited to 'zola-static/templates')
-rw-r--r--zola-static/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html
index 3ae683e..98fe87f 100644
--- a/zola-static/templates/index.html
+++ b/zola-static/templates/index.html
@@ -11,6 +11,7 @@
<div class="index-section">
<h2>Articles</h2>
<ul>
+ <li><a href="{{ get_url(path='@/blog/sdl-native-wayland.md') }}">Forcing SDL to use Wayland on Wayland</a></li>
<li><a href="{{ get_url(path='@/blog/emacs-garbage-collection.md') }}">Solving Emacs Garbage Collection Stutters</a></li>
</ul>
</div>