diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-09-29 19:57:55 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-09-29 19:57:55 -0300 |
commit | 6f981964e0ec959fb34fd365b3e29988cc51e062 (patch) | |
tree | e93f15abd482cde390ca18742486c176d940c826 /layouts/_default | |
parent | 64583d8a0a1ad7c76d49e93922c75b6de3dc5133 (diff) | |
download | hugo-bearcub-6f981964e0ec959fb34fd365b3e29988cc51e062.tar.gz hugo-bearcub-6f981964e0ec959fb34fd365b3e29988cc51e062.tar.bz2 |
Add i18n to skiplink
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
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> |