archie-shades-of-purple/layouts/partials/head.html

11 lines
306 B
HTML
Raw Normal View History

2020-04-08 20:44:29 +02:00
<div class="content">
<header>
2020-04-11 08:59:56 +02:00
<div class="main">
2020-04-08 20:44:29 +02:00
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
</div>
<nav>
2020-04-11 08:59:56 +02:00
{{- range $index, $key := .Site.Params.Social -}}
<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>|
{{- end -}} ⚡️
2020-04-08 20:44:29 +02:00
</nav>
</header>