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