mild formatting changes

This commit is contained in:
Ariel Rin
2023-11-08 13:45:43 +10:00
parent 4d66b7d456
commit 004c48b8ad
4 changed files with 37 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
It is possible to customize your **Alliance Auth** instance.
:::{warning}
Keep in mind that you may need to update some of your customizations manually after new Auth releases (e.g. when replacing templates).
Keep in mind that you may need to update some of your customizations manually after new Auth releases (e.g. when replacing templates).
:::
## Site name
@@ -103,11 +103,11 @@ nano /home/allianceserver/myauth/myauth/templates/allianceauth/side-menu.html
```
```django
<li>
<a href="https://www.google.com/" target="_blank">
<i class="fab fa-google fa-fw"></i>Google
</a>
</li>
<li>
<a href="https://www.google.com/" target="_blank">
<i class="fab fa-google fa-fw"></i>Google
</a>
</li>
```
:::{hint}