diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-05-13 01:51:16 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-05-13 01:51:16 -0400 |
| commit | 9d84f5c4a187a41e4eba954018c9e9b9fcc46d2e (patch) | |
| tree | 34343c2f06e416fe25c8ee6cb19ded1a3ba00382 /zola-static/templates/index.html | |
| parent | 8b5d0b19659b35b7d2433a25a22d188ecbeecddd (diff) | |
emacs article
Diffstat (limited to 'zola-static/templates/index.html')
| -rw-r--r-- | zola-static/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index f674f13..4ef333d 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -8,12 +8,12 @@ </ul> <h2>Articles</h2> <ul> - <li><p><a href="{{ get_url(path='@/blog/_index.md') }}"></a></p></li> + <li><p><a href="{{ get_url(path='@/blog/emacs-garbage-collection.md') }}">Solving Emacs Garbage Collection Stutters</a></p></li> </ul> <h2>Links</h2> <ul> <li><p><a href="https://github.com/JackJ30">GitHub</a></p></li> - <li><p><a href="https://jackj30.github.io">Old portfolio</a></p></li> + <li><p><a href="https://jackj30.github.io">(Archive) old portfolio</a></p></li> </ul> <hr> <p class="footer-text"><a href="{{ get_url(path='@/blog/_index.md') }}">All articles sorted by date</a></p> |
