diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 275079e..b022342 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -20,6 +20,11 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version == Unreleased +== Added + +- Accessibility tags for certain elements in the website (i.e., `
` in non-content). + + == Updated - Spacing between basic elements (i.e., `

`). diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3163814..c1deabe 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -6,9 +6,9 @@ {{- partial "components/theme-button.html" . }} {{- partial "header.html" . -}} -


+ {{- block "main" . }}{{- end }} -
+ {{- partial "footer.html" . -}} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 274c311..34ffe33 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -21,8 +21,8 @@ {{ .Content }} -
-
+ +