diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-12-26 18:48:58 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-12-26 18:48:58 -0500 |
| commit | fad3843b2ba6176a4c0834b66e27584fcf7aed17 (patch) | |
| tree | 5e53bf449392605d78912b620b22273a950c1516 /zola-static/templates/index.html | |
| parent | be3a5f44a4eba7ca68839e1456553d5cc7399395 (diff) | |
move articles to directories
Diffstat (limited to 'zola-static/templates/index.html')
| -rw-r--r-- | zola-static/templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index 668bb54..b6988f4 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -20,9 +20,9 @@ <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/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> + <li><a href="{{ get_url(path='@/blog/sdl-native-wayland/index.md') }}">Forcing SDL to use Wayland on Wayland</a></li> + <li><a href="{{ get_url(path='@/blog/my-emacs-tips-and-tricks/index.md') }}">My Emacs Tips and Tricks</a></li> + <li><a href="{{ get_url(path='@/blog/emacs-garbage-collection/index.md') }}">Solving Emacs Garbage Collection Stutters</a></li> </ul> </div> <div class="index-section"> |
