From: Sorin Davidoi Date: Mon, 27 Aug 2018 19:35:26 +0000 (+0200) Subject: fix(_default/baseof): Use main tag X-Git-Url: https://njoseph.me/gitweb/hyde.git/commitdiff_plain/92610430fa1901b14f06ccfd2c4aeffe7e81d796 fix(_default/baseof): Use main tag https://dequeuniversity.com/rules/axe/3.0/landmark-one-main --- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0c87c3f..4fada03 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,10 +1,10 @@ {{ partial "head.html" . }} {{ partial "sidebar.html" . }} -
+
{{ block "main" . -}}{{- end }} -
+ {{ template "_internal/google_analytics_async.html" . }} - \ No newline at end of file +