diff --git a/assets/css/style.css b/assets/css/style.css index a3fb92f..ff1b58c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2998,6 +2998,11 @@ video { padding-bottom: 0px; } +.px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; +} + .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; @@ -3028,11 +3033,6 @@ video { padding-bottom: 3rem; } -.px-7 { - padding-left: 1.75rem; - padding-right: 1.75rem; -} - .pt-8 { padding-top: 2rem; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 170440b..a17982a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,11 +1,14 @@ + -{{ partial "head.html" . }} + {{ partial "head.html" . }} + -{{ partial "nav.html" . }} -{{ block "main" . }}{{ end }} -{{ partial "footer" . }} + {{ partial "nav.html" . }} + {{ block "main" . }}{{ end }} + {{ partial "footer" . }} + \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html index b99af09..df50547 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -9,7 +9,7 @@ {{ with .Content }} -
+
{{- . -}}
{{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a8e3716..416ae6d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,15 +1,15 @@ {{define "main"}} -
-
- -

- {{ .Title }} -

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

+ {{ .Title }} +

+
+
+ +
+ {{.Content}} +
+
{{end}} \ No newline at end of file diff --git a/public/404.html b/public/404.html index 09b883a..df41f26 100644 --- a/public/404.html +++ b/public/404.html @@ -1,4 +1,4 @@ -404 Page not found | TailBliss