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
424 B

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