diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-09 08:15:08 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-09 08:15:08 +0200 |
| commit | 81964ffac36d659b450140d37ab73074660cb0bd (patch) | |
| tree | d32739afad1d4e5ab80504bb94fceec6aa4b2d13 /main/templates/main_sidebar.html.j2 | |
| parent | 6fa30eec950b85778daf13758b94799d5fe6a6ac (diff) | |
added webmaster page and 88x31 button
Diffstat (limited to 'main/templates/main_sidebar.html.j2')
| -rw-r--r-- | main/templates/main_sidebar.html.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/templates/main_sidebar.html.j2 b/main/templates/main_sidebar.html.j2 index 7ad99b1..cd4b6ec 100644 --- a/main/templates/main_sidebar.html.j2 +++ b/main/templates/main_sidebar.html.j2 @@ -2,6 +2,10 @@ <img src="/assets/image/sidebar/missing_texture.png" /> <span>Home</span> </a> +<a href="/webmaster.html" class="icon-text"> + <img src="/assets/image/sidebar/missing_texture.png" /> + <span>Webmaster</span> +</a> <a href="/neighbors.html" class="icon-text"> <img src="/assets/image/sidebar/missing_texture.png" /> <span>Neighborhood</span> |
