Super simple navbar for going back hom ein list page
This commit is contained in:
parent
d14a97af7a
commit
4ef8dee4cf
@ -1,4 +1,5 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "minimal-navbar.html" }}
|
||||
{{ $colors := slice "cyan" "yellow" "pink"}}
|
||||
{{ $opts := len $colors }}
|
||||
{{ range $i, $page := .Pages.ByDate.Reverse }}
|
||||
|
@ -0,0 +1,6 @@
|
||||
<nav class="navbar sticky-top">
|
||||
<a class="navbar-brand" href="/">
|
||||
<img src="/img/favicon.png" width="30" height="30" alt="main logo">
|
||||
Temper.tv
|
||||
</a>
|
||||
</nav>
|
Loading…
Reference in New Issue
Block a user