From 5f6b31310fe2d40c4474e2e94f9c88e23b521967 Mon Sep 17 00:00:00 2001 From: Xin Date: Sun, 20 Aug 2023 23:02:57 +0100 Subject: [PATCH] chore: use max-w-screen-xl for content and footer --- layouts/blog/list.html | 2 +- layouts/blog/single.html | 2 +- layouts/docs/list.html | 2 +- layouts/docs/single.html | 2 +- layouts/partials/footer.html | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 7afab8f..54807c9 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }}
diff --git a/layouts/blog/single.html b/layouts/blog/single.html index b146e60..51acd5e 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }} {{ partial "toc.html" . }}
diff --git a/layouts/docs/list.html b/layouts/docs/list.html index 6bde8af..abda27b 100644 --- a/layouts/docs/list.html +++ b/layouts/docs/list.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+
{{ partial "sidebar.html" (dict "context" .) }} {{ partial "toc.html" . }}
diff --git a/layouts/docs/single.html b/layouts/docs/single.html index fb651e8..0f37ae9 100644 --- a/layouts/docs/single.html +++ b/layouts/docs/single.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+
{{ partial "sidebar.html" (dict "context" .) }} {{ partial "toc.html" . }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4786207..c5825a4 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,13 +3,13 @@