Fix the heading spacing discrepancy between homepage and content pages
This commit is contained in:
parent
ab0e2d20a8
commit
d47054f8d7
1 changed files with 0 additions and 6 deletions
|
@ -1,13 +1,7 @@
|
||||||
<header class="header">
|
<header class="header">
|
||||||
{{ if .IsHome }}
|
|
||||||
<h1 class="logo">
|
<h1 class="logo">
|
||||||
<a class="site-name" href="{{ `` | absURL }}">{{ site.Title }}</a>
|
<a class="site-name" href="{{ `` | absURL }}">{{ site.Title }}</a>
|
||||||
</h1>
|
</h1>
|
||||||
{{ else }}
|
|
||||||
<p class="logo">
|
|
||||||
<a class="site-name" href="{{ `` | absURL }}">{{ site.Title }}</a>
|
|
||||||
</p>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ $url := .RelPermalink }}<!---->
|
{{ $url := .RelPermalink }}<!---->
|
||||||
{{ with site.Menus.main }}
|
{{ with site.Menus.main }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue