Skip to content

Commit 3f1c227

Browse files
author
Dorazil
committed
Update navbar links and add ID to footer element
1 parent 12ef92a commit 3f1c227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/@layout.latte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<nav class="navbar navbar-expand-lg {if $testBackground}bg-test navbar-light{else}bg-dark navbar-dark{/if}">
3939
<div class="container container-lg">
4040
{if $user->isLoggedIn()}
41-
<a class="navbar-brand" n:href="Dashboard:default">Hospodaření</a>
41+
<a class="navbar-brand" n:href=":Dashboard:default">Hospodaření</a>
4242
{else}
4343
<a class="navbar-brand" n:href=":Default:">Hospodaření</a>
4444
{/if}
@@ -113,7 +113,7 @@
113113
{include #content}
114114
</main><!-- /.container -->
115115
116-
<footer class="mt-5 py-2 text-center bg-body-tertiary">
116+
<footer class="mt-5 py-2 text-center bg-body-tertiary" id="footer">
117117
<small class="text-muted">
118118
<span class="d-block text-center d-md-inline">Skautské hospodaření</span>
119119
<a n:href=":Default:about" class="ms-3">O projektu</a>

0 commit comments

Comments
 (0)