1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-12-03 04:18:57 -05:00

only one <h1> on each page

This commit is contained in:
2021-04-17 09:49:43 -04:00
parent 19c2340353
commit 733b9b2556
6 changed files with 14 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
<nav>
<a class="no-underline" href="{{ .Site.BaseURL }}" id="logo" rel="me author" aria-label="{{ .Site.Title }}">
{{ if fileExists "assets/img/logo.svg" }}{{ partial "functions/inline-svg" (dict "src" "img/logo.svg" "width" 28 "height" 40) }}{{ end }}
<h1 id="name">{{ .Site.Title }}</h1>
<span id="name">{{ .Site.Title }}</span>
</a>
<ul>
{{- range .Site.Menus.main }}