mirror of
https://github.com/Wivik/vinyl-records-collection-theme.git
synced 2024-11-22 07:33:41 +01:00
11 lines
403 B
HTML
11 lines
403 B
HTML
{{ $background_header := resources.Get "img/back-header.jpg" }}
|
|
<header style="background-image: url('{{ $background_header.Permalink }}');">
|
|
<h1>{{ .Site.Title }}</h1>
|
|
<nav>
|
|
<a href="{{ .Site.BaseURL }}">Home</a>
|
|
<a href="/artist/">Artists</a>
|
|
<a href="/genres/">Genres</a>
|
|
<a href="/format/">Formats</a>
|
|
<a href="/label/">Labels</a>
|
|
</nav>
|
|
</header> |