Skip to content

Commit

Permalink
chore: layouts/partials/header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nezutero committed Mar 14, 2024
1 parent 08e234b commit 19d06e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{{ template "_internal/google_analytics.html" . }}
<head>
{{ template "_internal/google_analytics.html" . }}
</head>

<a class="skip-link" href="#main-content">{{ i18n "skip-link" }}</a>

<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
<a href="{{ relURL .Site.Home.Permalink }}" class="title">
<h1>{{ .Site.Title }}</h1>
</a>

<nav>{{- partial "nav.html" . -}}</nav>

0 comments on commit 19d06e0

Please sign in to comment.