Clean up the header layout and styles
This commit is contained in:
parent
b5a22374bf
commit
27f88ab3b5
2 changed files with 42 additions and 45 deletions
|
@ -1,6 +1,5 @@
|
|||
<header class="site">
|
||||
<div class="platter">
|
||||
<div class="grid">
|
||||
<div class="platter grid">
|
||||
<h1 class="site">
|
||||
<a class="site-name" href="{{ `` | absURL }}">Eryn Wells</a>
|
||||
</h1>
|
||||
|
@ -18,7 +17,7 @@
|
|||
</nav>
|
||||
{{ end }}
|
||||
|
||||
<nav class="site social">
|
||||
<nav class="social">
|
||||
<li><a style="--url: var(--twitter-icon)" href="https://twitter.com/erynofwales" target="_blank" aria-label="twitter"><span>tw</span></a></li>
|
||||
<li><a style="--url: var(--github-icon)" href="https://github.com/erynofwales" target="_blank" aria-label="github"><span>gh</span></a></li>
|
||||
<li><a style="--url: var(--instagram-icon)" href="https://instagram.com/erynofwales" target="_blank" aria-label="instagram"><span>ig</span></a></li>
|
||||
|
@ -26,6 +25,5 @@
|
|||
<li><a style="--url: var(--rss-icon)" href="{{ .RelPermalink }}" aria-label="rss"><span>rss</span></a></li>
|
||||
{{ end }}
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue