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
414 B
17 lines
414 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="/inc/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}}
|