slice up the header
This commit is contained in:
parent
f0e8bafc4c
commit
4df2e1fa37
3 changed files with 7 additions and 1 deletions
|
|
@ -14,7 +14,8 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
{{ partial "header.html" . }}
|
{{ block "header" . }}{{ end }}
|
||||||
|
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
{{ define "header" }}
|
||||||
|
{{ partial "header.html" . }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
|
|
||||||
{{ partial "blog.html" . }}
|
{{ partial "blog.html" . }}
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@
|
||||||
<div class="nav-links">
|
<div class="nav-links">
|
||||||
<a href="#blog"><span>📝 Now</span></a>
|
<a href="#blog"><span>📝 Now</span></a>
|
||||||
<a href="#music"><span>🎵 Music</span></a>
|
<a href="#music"><span>🎵 Music</span></a>
|
||||||
|
<a href="/playlists/"><span>📀 Playlists</span></a>
|
||||||
<a href="#pictures"><span>🖼️ Pix</span></a>
|
<a href="#pictures"><span>🖼️ Pix</span></a>
|
||||||
<a href="#videos"><span>🎬 Vidz</span></a>
|
<a href="#videos"><span>🎬 Vidz</span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue