aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-09-29 19:57:55 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-09-29 19:57:55 -0300
commit6f981964e0ec959fb34fd365b3e29988cc51e062 (patch)
treee93f15abd482cde390ca18742486c176d940c826 /layouts/_default
parent64583d8a0a1ad7c76d49e93922c75b6de3dc5133 (diff)
downloadhugo-bearcub-6f981964e0ec959fb34fd365b3e29988cc51e062.tar.gz
hugo-bearcub-6f981964e0ec959fb34fd365b3e29988cc51e062.tar.bz2
Add i18n to skiplink
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 06d71c3..fdfa47c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -36,7 +36,7 @@
<header>
{{- partial "header.html" . -}}
</header>
- <main id="maincontent">
+ <main id="main-content">
{{- block "main" . }}{{- end }}
</main>
<footer>