mirror of
https://github.com/Findus23/acronomy.git
synced 2024-09-07 01:43:44 +02:00
add link to lw1.at in footer
This commit is contained in:
parent
16145e1c9c
commit
4c98e98dce
2 changed files with 8 additions and 0 deletions
|
@ -5,5 +5,10 @@ footer {
|
|||
.navbar-nav {
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
|
||||
@include media-breakpoint-down(xs) {
|
||||
flex-direction: column !important;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://lw1.at/i">Privacy</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://lw1.at/">My Projects</a>
|
||||
</li>
|
||||
{% if user.is_authenticated %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="{% url 'logout' %}">Log out</a>
|
||||
|
|
Loading…
Reference in a new issue