diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-08 17:43:38 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-08 17:43:38 +0200 |
| commit | 64c955727529d9dd4275c9508008c5808014afc4 (patch) | |
| tree | 4bd4a7fca59f29d55f187e90349cae43c7652811 /main/templates/main_sidebar.html.j2 | |
| parent | 6acf1f0695d3da227181708e9b98e970f2649bf5 (diff) | |
multiple sites on root domain
Diffstat (limited to 'main/templates/main_sidebar.html.j2')
| -rw-r--r-- | main/templates/main_sidebar.html.j2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/templates/main_sidebar.html.j2 b/main/templates/main_sidebar.html.j2 new file mode 100644 index 0000000..05ab83d --- /dev/null +++ b/main/templates/main_sidebar.html.j2 @@ -0,0 +1,8 @@ +<a href="/" class="icon-text"> + <img src="/assets/image/chip.svg" /> + <span>Home</span> +</a> +<a href="/neighbors.html" class="icon-text"> + <img src="/assets/image/chip.svg" /> + <span>Neighbors</span> +</a>
\ No newline at end of file |
