commit 6f8f400b26a656589c48ba499fe857612fa0cc79 from: Thomas Böhler date: Fri Jan 3 15:09:55 2025 UTC layout: tabs > spaces Signed-off-by: Thomas Böhler commit - a25a003d2c35b496662bbfc54961592e419a9806 commit + 6f8f400b26a656589c48ba499fe857612fa0cc79 blob - 91d6609d5472dd73fc18d4c6872400435a53d14a blob + 8f844bdf60ee448d361bbd2ce37fcfa6e47e4fa1 --- layouts/_default/baseof.html +++ layouts/_default/baseof.html @@ -1,42 +1,42 @@ - - - - - - + + + + + + - {{ $styles := resources.Get "scss/style.scss" | css.Sass }} - + {{ $styles := resources.Get "scss/style.scss" | css.Sass }} + - + - {{ block "title" . }} - - {{ .Title }} - - {{ end }} - + {{ block "title" . }} + + {{ .Title }} + + {{ end }} + - -
- {{ block "header" . }} - {{ partial "header.html" . }} - {{ end }} -
+ +
+ {{ block "header" . }} + {{ partial "header.html" . }} + {{ end }} +
-
-
- {{ block "main" . }} - {{ end }} -
-
+
+
+ {{ block "main" . }} + {{ end }} +
+
-
- {{ block "footer" . }} - {{ partial "footer.html" . }} - {{ end }} -
- +
+ {{ block "footer" . }} + {{ partial "footer.html" . }} + {{ end }} +
+ blob - fccbe678145e79956334a0068a116570c8a32a6b blob + 0f7609f83655878726f9417ac2c3bb2f4ef5c79d --- layouts/blog/post.html +++ layouts/blog/post.html @@ -1,34 +1,34 @@ {{ define "main" }} -
-

{{ .Title }}

+
+

{{ .Title }}

- {{.Content}} -
+ {{.Content}} +
-
- Do you have a comment on one of my posts? Feel free to send me an E-Mail: - - {{ .Site.Params.email }} -
+
+ Do you have a comment on one of my posts? Feel free to send me an E-Mail: + + {{ .Site.Params.email }} +
- To participate in a public discussion, use my public inbox: - - {{ .Site.Params.public_inbox }} - - (Archive) -
+ To participate in a public discussion, use my public inbox: + + {{ .Site.Params.public_inbox }} + + (Archive) +
- Please review the - mail etiquette. -
+ Please review the + mail etiquette. +
-
+
- {{ if ne .Params.date nil }} -
- Posted on: {{ dateFormat "January 02, 2006" .Params.date }}
-
- {{ end }} + {{ if ne .Params.date nil }} +
+ Posted on: {{ dateFormat "January 02, 2006" .Params.date }}
+
+ {{ end }} - {{ partial "webring-out.html" }} + {{ partial "webring-out.html" }} {{ end }} blob - 53c4e1429d0f366dd38dee390f9d09849b5b2901 blob + 186d4bb6ea769754a09f892e2f92f466f6432a05 --- layouts/index.html +++ layouts/index.html @@ -1,9 +1,9 @@ {{ define "main" }} -
-

{{ .Title }}

+
+

{{ .Title }}

- {{ .Content }} + {{ .Content }} - {{ partial "blog-listing-minimal" (where .Site.RegularPages "Section" "blog") }} -
+ {{ partial "blog-listing-minimal" (where .Site.RegularPages "Section" "blog") }} +
{{ end }} blob - 07d025dcc7687d2302380ace39ec9b653e144911 blob + 7ed6874473695e37f77caa392321df888f6a4e38 --- layouts/microblog/post.html +++ layouts/microblog/post.html @@ -1,31 +1,31 @@ {{ define "main" }} -
-

{{ .Title }}

+
+

{{ .Title }}

- {{.Content}} -
+ {{.Content}} +
-
- Do you have a comment on one of my posts? Feel free to send me an E-Mail: - - {{ .Site.Params.email }} -
+
+ Do you have a comment on one of my posts? Feel free to send me an E-Mail: + + {{ .Site.Params.email }} +
- To participate in a public discussion, use my public inbox: - - {{ .Site.Params.public_inbox }} -
+ To participate in a public discussion, use my public inbox: + + {{ .Site.Params.public_inbox }} +
- Please review the - mail etiquette - . -
+ Please review the + mail etiquette + . +
-
+
- {{ if ne .Params.date nil }} -
- Posted on: {{ dateFormat "January 02, 2006" .Params.date }}
-
- {{ end }} + {{ if ne .Params.date nil }} +
+ Posted on: {{ dateFormat "January 02, 2006" .Params.date }}
+
+ {{ end }} {{ end }} blob - 81bc0a8b062bf955cbb8350bc3b850950a000749 blob + 2343c937f86177d4bf5960512643f7a60f66535b --- layouts/microblog/section.html +++ layouts/microblog/section.html @@ -1,5 +1,5 @@ {{ define "main" }} - {{ .Content }} + {{ .Content }} - {{ partial "microblog-listing" .Pages }} + {{ partial "microblog-listing" .Pages }} {{ end }} blob - 8d45e04fe589a3de01662f3a93bf2172dd4ce515 blob + 0509782c3cd3d1ef6857e6f7575386bc7ead725a --- layouts/partials/blog-listing-minimal.html +++ layouts/partials/blog-listing-minimal.html @@ -1,8 +1,8 @@