aboutsummaryrefslogtreecommitdiff
path: root/zola-static/templates
diff options
context:
space:
mode:
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 8c44fea..d6f1f79 100644
--- a/zola-static/templates/index.html
+++ b/zola-static/templates/index.html
@@ -12,6 +12,7 @@
<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/my-emacs-tips-and-tricks.md') }}">My Emacs Tips and Tricks</a></li>
<li><a href="{{ get_url(path='@/blog/emacs-garbage-collection.md') }}">Solving Emacs Garbage Collection Stutters</a></li>
</ul>
</div>