diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-01 22:29:23 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-01 22:46:55 +0800 |
commit | 3a1f109493d6a0e2aa5480c5db3e065108574f5a (patch) | |
tree | fc06e6667c4a7f7e4aa4d4267b080c1fd7d447b8 /templates/index.tmpl | |
parent | More segments fixes (diff) | |
download | forge-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.tmpl | 2 |
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> |