You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
417 B

{{define "header"}}
<header>
<nav>
<a href="/">GALLERY</a>
<a href="/blog">BLOG</a>
<!-- <a class="nav-center"></a> -->
<a id="logo" href="/"><img src="/static/logo/logo.svg" alt="" /></a>
<!-- <a id="logo" href=""></a> -->
<!-- <a class="nav-center"></a> -->
<a href="/about">ABOUT</a>
<a href="/contact">CONTACT</a>
</nav>
</header>
{{end}}