aboutsummaryrefslogtreecommitdiff
path: root/templates/index.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-01 22:29:23 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-01 22:46:55 +0800
commit3a1f109493d6a0e2aa5480c5db3e065108574f5a (patch)
treefc06e6667c4a7f7e4aa4d4267b080c1fd7d447b8 /templates/index.tmpl
parentMore segments fixes (diff)
downloadforge-3a1f109493d6a0e2aa5480c5db3e065108574f5a.tar.gz
forge-3a1f109493d6a0e2aa5480c5db3e065108574f5a.tar.zst
forge-3a1f109493d6a0e2aa5480c5db3e065108574f5a.zip
Change /: in templates
Probably more nasty ones to come
Diffstat (limited to '')
-rw-r--r--templates/index.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl
index 28eab37..3d8fd19 100644
--- a/templates/index.tmpl
+++ b/templates/index.tmpl
@@ -54,7 +54,7 @@
</tr>
<tr>
<th scope="row">Memory usage</th>
- <td>Allocated {{ .mem }} <a href="/:/gc/" class="btn btn-danger">Run the garbage collector</a></td>
+ <td>Allocated {{ .mem }} <a href="/-/gc/" class="btn btn-danger">Run the garbage collector</a></td>
</tr>
</tbody>
</table>