diff options
Diffstat (limited to 'zola-static/templates/index.html')
| -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> |
