diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-03-19 10:09:34 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-03-19 10:09:34 -0400 |
| commit | 9e248eeb4f9a954d129c9fddd710b99abfc4106a (patch) | |
| tree | e842986402fd08dc381619a1da8d8584e163d768 /zola-static/templates | |
| parent | 3e38b9a8cd2be63ff122188ef1432b8b1b35f7d2 (diff) | |
add glsl layout calculator
Diffstat (limited to 'zola-static/templates')
| -rw-r--r-- | zola-static/templates/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index b6988f4..ddaf6a3 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -26,6 +26,12 @@ </ul> </div> <div class="index-section"> + <h2>Interactive</h2> + <ul> + <li><a href="{{ config.base_url }}/interactive/glsl-layout-calculator/">GLSL Layout and Alignment Calculator</a></li> + </ul> +</div> +<div class="index-section"> <h2>Links</h2> <ul> <li><a href="https://github.com/JackJ30">GitHub</a></li> |
