Fix the heading spacing discrepancy between homepage and content pages

This commit is contained in:
Eryn Wells 2021-10-10 19:58:19 -07:00
parent ab0e2d20a8
commit d47054f8d7

View file

@ -1,13 +1,7 @@
<header class="header">
{{ if .IsHome }}
<h1 class="logo">
<a class="site-name" href="{{ `` | absURL }}">{{ site.Title }}</a>
</h1>
{{ else }}
<p class="logo">
<a class="site-name" href="{{ `` | absURL }}">{{ site.Title }}</a>
</p>
{{ end }}
{{ $url := .RelPermalink }}<!---->
{{ with site.Menus.main }}