1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:55:30 -04:00

straighten up header elements

This commit is contained in:
2020-04-26 09:46:34 -04:00
parent b8166296ef
commit 736cc775e3
6 changed files with 19 additions and 18 deletions

View File

@@ -231,7 +231,7 @@
<header>
<nav>
<a id="logo" href="{{ .Site.BaseURL }}" title="{{ .Site.Title }}">
{{ partialCached "svg/logo.svg" (dict "width" 30 "height" 45) }}
{{ partial "svg/logo.svg" (dict "width" 30 "height" 45) }}
<span id="name">{{ .Site.Title }}</span>
</a>

View File

@@ -1,7 +1,7 @@
<header>
<nav>
<a class="no-underline" href="{{ .Site.BaseURL }}" id="logo" rel="me author" aria-label="{{ .Site.Title }}">
{{ partialCached "svg/logo.svg" (dict "width" 30 "height" 45) }}
{{ partial "svg/logo.svg" (dict "width" 28 "height" 40) }}
<h1 id="name">{{ .Site.Title }}</h1>
</a>
<ul>