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.
11 lines
391 B
11 lines
391 B
<header>
|
|
<nav class="spread">
|
|
<a href="/"><img src="{{ .Site.Params.logo }}" alt="The {{ .Site.Title }} Logo"></a>
|
|
<ul class="spread">
|
|
{{ range .Site.Params.HeaderLinks }}
|
|
<li><a href="{{ .url }}" title="{{ .title }}">{{ .title }}</a></li>
|
|
{{ end }}
|
|
<li>{{ printf `<a href="/index.xml" title="%s">RSS</a>` $.Site.Title | safeHTML }}</li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|