aboutsummaryrefslogtreecommitdiff
path: root/zola-static/templates/index.html
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-12-26 11:42:37 -0500
committerJack Jamison <jackqjamison@gmail.com>2025-12-26 11:42:37 -0500
commitbe3a5f44a4eba7ca68839e1456553d5cc7399395 (patch)
treef81565642797ade0a50f0176eff8fb7fc1d57132 /zola-static/templates/index.html
parent2bd6bf30e85166bbd75379ba3e9213cffe28a08f (diff)
page directories
Diffstat (limited to 'zola-static/templates/index.html')
-rw-r--r--zola-static/templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html
index 4058dff..668bb54 100644
--- a/zola-static/templates/index.html
+++ b/zola-static/templates/index.html
@@ -11,9 +11,9 @@
<div class="index-section">
<h2>Projects</h2>
<ul>
- <li><a href="{{ get_url(path='@/projects/connection-machine.md') }}">Connection Machine Logic Simulator</a></li>
- <li><a href="{{ get_url(path='@/projects/swenu.md') }}">Swenu Wayland Menu</a></li>
- <li><a href="{{ get_url(path='@/projects/string-sniper.md') }}">Ghidra String Sniper</a></li>
+ <li><a href="{{ get_url(path='@/projects/connection-machine/index.md') }}">Connection Machine Logic Simulator</a></li>
+ <li><a href="{{ get_url(path='@/projects/swenu/index.md') }}">Swenu Wayland Menu</a></li>
+ <li><a href="{{ get_url(path='@/projects/string-sniper/index.md') }}">Ghidra String Sniper</a></li>
</ul>
<b><a href="{{ get_url(path='@/projects/_index.md') }}">View More</a></b>
</div>