Set: Site name to link to home page
This commit is contained in:
parent
5e9731043c
commit
88bb55e6e9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<a class="navbar-brand ms-2" href="/" rel="tooltip" title="Designed and Coded by Aroy" data-placement="bottom">
|
||||
<!-- Navbar Transparent -->
|
||||
<nav class="navbar navbar-expand-lg fixed-top top-0 z-index-3 w-100 shadow-none my-3 text-body">
|
||||
<div class="container bg-body-secondary p-2 rounded bg-opacity-75 shadow">
|
||||
<a class="navbar-brand ms-2" href="{% url 'home' %}" rel="tooltip" title="Designed and Coded by Aroy" data-placement="bottom">
|
||||
Gallery Archivists
|
||||
</a>
|
||||
<button class="navbar-toggler shadow-none ms-2" type="button" data-bs-toggle="collapse" data-bs-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
Loading…
Reference in a new issue