diff --git a/assets/scss/header.scss b/assets/scss/header.scss index 9f60d09..7894b2a 100644 --- a/assets/scss/header.scss +++ b/assets/scss/header.scss @@ -20,7 +20,7 @@ nav { font-size: 1.3em; height: 3em; position: absolute; - width: 100%; + width: 100vw; font-family: var(--light-font); .nav-flex { diff --git a/layouts/_default/default.html b/layouts/_default/default.html index fae1d36..9fdb4df 100644 --- a/layouts/_default/default.html +++ b/layouts/_default/default.html @@ -3,9 +3,7 @@ {{- partial "head.html" . -}} {{- partial "header.html" . -}} -
- {{ .Content }} -
+
{{ .Content }}
{{- partial "footer.html" . -}} diff --git a/layouts/partials/section1.html b/layouts/partials/section1.html index 02b6fd7..002ae58 100644 --- a/layouts/partials/section1.html +++ b/layouts/partials/section1.html @@ -1,15 +1,12 @@ -
-
+



{{ .Content | safeHTML }}
-
-
diff --git a/layouts/shortcodes/section1.html b/layouts/shortcodes/section1.html index 97e3023..347d2a0 100644 --- a/layouts/shortcodes/section1.html +++ b/layouts/shortcodes/section1.html @@ -1 +1,5 @@ -{{ partial "section1.html" (dict "Image" (.Get 0) "Content" (.Inner | markdownify) ) }} +
+


+{{ .Inner | markdownify }} +

+
diff --git a/layouts/shortcodes/sectionSkewed.html b/layouts/shortcodes/sectionSkewed.html index 9184da4..5c39dfc 100644 --- a/layouts/shortcodes/sectionSkewed.html +++ b/layouts/shortcodes/sectionSkewed.html @@ -1,4 +1,3 @@ -
{{ .Inner | markdownify }}