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.
|
{{define "header"}}
|
|
<header>
|
|
<nav>
|
|
<a href="">GALLERY</a>
|
|
<a href="blog.html">BLOG</a>
|
|
|
|
<a id="logo" href=""><img src="/inc/logo/logo.svg" alt="" /></a>
|
|
|
|
<a href="about.html">ABOUT</a>
|
|
<a href="contact.html">CONTACT</a>
|
|
</nav>
|
|
</header>
|
|
{{end}}
|