From 0c3741b98802a1241718aa10eb34f4a128439b39 Mon Sep 17 00:00:00 2001 From: Dwayne Charrington Date: Mon, 16 Dec 2024 21:52:45 +1000 Subject: [PATCH] feat(layouts): fixing header on single pages --- themes/aurelia-theme/layouts/blog/list.html | 2 +- themes/aurelia-theme/layouts/blog/single.html | 2 +- .../aurelia-theme/layouts/contact/single.html | 33 ++++++++-------- .../layouts/examples/single.html | 35 +++++++++-------- themes/aurelia-theme/layouts/faq/single.html | 34 ++++++++--------- .../aurelia-theme/layouts/learn/single.html | 15 ++++---- .../aurelia-theme/layouts/roadmap/single.html | 38 ++++++++----------- 7 files changed, 75 insertions(+), 84 deletions(-) diff --git a/themes/aurelia-theme/layouts/blog/list.html b/themes/aurelia-theme/layouts/blog/list.html index e169150..5ca06ba 100644 --- a/themes/aurelia-theme/layouts/blog/list.html +++ b/themes/aurelia-theme/layouts/blog/list.html @@ -30,7 +30,7 @@

+
{{ $paginator := .Paginate (where .Site.RegularPages "Section" "blog") 7 }} diff --git a/themes/aurelia-theme/layouts/blog/single.html b/themes/aurelia-theme/layouts/blog/single.html index b3556e2..84c7673 100644 --- a/themes/aurelia-theme/layouts/blog/single.html +++ b/themes/aurelia-theme/layouts/blog/single.html @@ -48,7 +48,7 @@

+
diff --git a/themes/aurelia-theme/layouts/contact/single.html b/themes/aurelia-theme/layouts/contact/single.html index 8d945c0..04ebb49 100644 --- a/themes/aurelia-theme/layouts/contact/single.html +++ b/themes/aurelia-theme/layouts/contact/single.html @@ -1,25 +1,24 @@ {{ define "main" }} -
- -
-
-
-
- - -
-

- {{ .Title }} -

- {{ with .Description }} -

{{ . }}

- {{ end }} -
+ +
+
+
+
+ + +
+

+ {{ .Title }} +

+ {{ with .Description }} +

{{ . }}

+ {{ end }} +
-
+
-
- -
-
-
-
- - -
-

- {{ .Title }} -

-
- {{ .Content }} +
+ +
+
+
-
-
+ + +
+

+ {{ .Title }} +

+ {{ with .Description }} +

{{ . }}

+ {{ end }} +
+
-
+
diff --git a/themes/aurelia-theme/layouts/faq/single.html b/themes/aurelia-theme/layouts/faq/single.html index 03f4ec6..5701e07 100644 --- a/themes/aurelia-theme/layouts/faq/single.html +++ b/themes/aurelia-theme/layouts/faq/single.html @@ -1,23 +1,23 @@ {{ define "main" }}
- -
-
-
-
- - -
-

- {{ .Title }} -

- {{ with .Description }} -

{{ . }}

- {{ end }} -
-
+ +
+
+
+
+ + +
+

+ {{ .Title }} +

+ {{ with .Description }} +

{{ . }}

+ {{ end }} +
+
-
+
diff --git a/themes/aurelia-theme/layouts/learn/single.html b/themes/aurelia-theme/layouts/learn/single.html index c29678d..d1ef254 100644 --- a/themes/aurelia-theme/layouts/learn/single.html +++ b/themes/aurelia-theme/layouts/learn/single.html @@ -1,25 +1,24 @@ {{ define "main" }} -
-
-
-
+
+
+
-
-

+
+

{{ .Title }}

{{ with .Description }} -

{{ . }}

+

{{ . }}

{{ end }}

-
+
-
- -
-
+
+ +
+
+
-
+ + +
+

+ {{ .Title }} +

+ {{ with .Description }} +

{{ . }}

+ {{ end }}
-
- - -
-

- {{ .Title }} -

- {{ with .Description }} -

{{ . }}

- {{ end }} -
-
+
-
+