From 87ac17506aa65209b1541464665da569b8699116 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 5 May 2022 09:20:44 +0200 Subject: Update indentation --- layouts/_default/baseof.html | 56 ++++++++++++++++++++++---------------------- layouts/posts/list.html | 18 +++++++------- layouts/posts/single.html | 2 +- layouts/recipes/list.html | 18 +++++++------- layouts/recipes/single.html | 6 ++--- layouts/services/list.html | 8 +++---- layouts/services/single.html | 1 - 7 files changed, 54 insertions(+), 55 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 81ed596..98e77f7 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -15,34 +15,34 @@ {{- block "body" . }} - -
-
- {{- block "main" . }}{{ end }} -
-
- + +
+
+ {{- block "main" . }}{{ end }} +
+
+ {{- end }} diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 21f52c1..40a0ba5 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -5,15 +5,15 @@

{{ .Title }}

{{- end }} diff --git a/layouts/posts/single.html b/layouts/posts/single.html index ce18ad5..cab9527 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -3,7 +3,7 @@

{{ .Title }}

{{- range .Params.tags }} - #{{ . }} + #{{ . }} {{- end }} {{- if .Draft }}
diff --git a/layouts/recipes/list.html b/layouts/recipes/list.html index 5da230f..9c51074 100644 --- a/layouts/recipes/list.html +++ b/layouts/recipes/list.html @@ -3,15 +3,15 @@ {{ .Content }}
    {{- range sort .Paginator.Pages "Title" }} -
  • - {{ .Title }} - - {{ .Summary }} - {{- range .Params.tags }} - #{{ . }} - {{- end }} - -
  • +
  • + {{ .Title }} + + {{ .Summary }} + {{- range .Params.tags }} + #{{ . }} + {{- end }} + +
  • {{- end }}
{{- end }} diff --git a/layouts/recipes/single.html b/layouts/recipes/single.html index 14b8ffc..0a7d1ad 100644 --- a/layouts/recipes/single.html +++ b/layouts/recipes/single.html @@ -1,13 +1,13 @@ {{ define "head" }} - -{{ end }} + +{{- end }} {{ define "main" }}

{{ .Title }}

{{- range .Params.tags }} - #{{ . }} + #{{ . }} {{- end }} {{- if .Draft }}
diff --git a/layouts/services/list.html b/layouts/services/list.html index 94c750b..0f06f87 100644 --- a/layouts/services/list.html +++ b/layouts/services/list.html @@ -3,10 +3,10 @@ {{ .Content }}
    {{ range .Paginator.Pages }} -
  • - {{ .Title }} - {{ .Params.location }} -
  • +
  • + {{ .Title }} + {{ .Params.location }} +
  • {{ end }}
{{ end }} diff --git a/layouts/services/single.html b/layouts/services/single.html index 9f2354b..e1afa52 100644 --- a/layouts/services/single.html +++ b/layouts/services/single.html @@ -8,7 +8,6 @@
  • Base URL: {{ .Params.location }}
  • Upstream: {{ .Params.upstream }}
  • - {{ .Content }}
    -- cgit v1.1