diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-05-14 17:37:40 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-05-14 17:37:40 -0400 |
| commit | 0be96ce3fe886898d52337586257be7fc67a9b30 (patch) | |
| tree | 44d2728f51b661fc955beae0e13fd4d6e22d4ea6 /zola-static/templates | |
| parent | 0ac30d51c72f7efafb9bcaea8d3e0e4485683b8b (diff) | |
small updates to emacs article
Diffstat (limited to 'zola-static/templates')
| -rw-r--r-- | zola-static/templates/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index a899b20..141f8eb 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -10,6 +10,10 @@ <ul> <li><a href="{{ get_url(path='@/blog/emacs-garbage-collection.md') }}">Solving Emacs Garbage Collection Stutters</a></li> </ul> +<h2>Projects</h2> +<ul> + <li><a href="https://github.com/Martian-Technologies/Logic-Graph-Creator">Gatality Logic Simulator</a></li> +</ul> <h2>Links</h2> <ul> <li><a href="https://github.com/JackJ30">GitHub</a></li> |
