phga.de-legacy/tmpl/header.html

17 lines
414 B
HTML
Raw Normal View History

{{define "header"}}
<header>
<nav>
2019-10-23 20:55:23 +02:00
<a href="/">GALLERY</a>
<a href="/blog">BLOG</a>
2019-10-23 19:53:43 +02:00
<!-- <a class="nav-center"></a> -->
2019-10-23 20:55:23 +02:00
<a id="logo" href="/"><img src="/inc/logo/logo.svg" alt="" /></a>
2019-10-23 19:53:43 +02:00
<!-- <a id="logo" href=""></a> -->
<!-- <a class="nav-center"></a> -->
2019-10-23 20:55:23 +02:00
<a href="/about">ABOUT</a>
<a href="/contact">CONTACT</a>
</nav>
</header>
{{end}}