From 966810c7730655e5db3c2d4b31afde4940acbae5 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 20 Apr 2024 14:55:20 -0600 Subject: .editorconfig for consistent whitespace --- cmd/generate/imworkingon.html.tmpl | 166 ++++++++++++++++++------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'cmd/generate/imworkingon.html.tmpl') diff --git a/cmd/generate/imworkingon.html.tmpl b/cmd/generate/imworkingon.html.tmpl index 6828002..fb24ac6 100644 --- a/cmd/generate/imworkingon.html.tmpl +++ b/cmd/generate/imworkingon.html.tmpl @@ -1,90 +1,90 @@ - - - Luke is working on… - - - - -
Luke T. Shumaker » imworkingon
+ + + Luke is working on… + + + + +
Luke T. Shumaker » imworkingon
-
-

Luke is working on
improving the GNU/Linux ecosystem

-

If you find this work valuable, please - consider sponsoring me.

-
+
+

Luke is working on
improving the GNU/Linux ecosystem

+

If you find this work valuable, please + consider sponsoring me.

+
-
-

Top themes

- {{- range $tagName, $tagInfo := .Tags }} -
-

#{{ $tagName }} : {{ $tagInfo.PrettyName }}

-
{{ $tagInfo.Desc | md2html }}
-
- {{- end }} -
+
+

Top themes

+ {{- range $tagName, $tagInfo := .Tags }} +
+

#{{ $tagName }} : {{ $tagInfo.PrettyName }}

+
{{ $tagInfo.Desc | md2html }}
+
+ {{- end }} +
-
-

In-progress work

- {{- range $contrib := .Contribs }} - {{- if or (eq $contrib.StatusClass "merged") (eq $contrib.StatusClass "released") }}{{ continue }}{{ end }} - {{ $upstream := $contrib | getUpstream }} -
- -
{{ $upstream.Desc | md2html }}
-
- {{- range $url := $contrib.URLs }} - {{ $url }}
- {{- end }} -
-
- {{- range $tag := $contrib.Tags }} - #{{ $tag }} {{/* */}} - {{- end }} -
- -
{{ if not $contrib.LastUpdatedAt.IsZero }}Last updated: {{ timeTag $contrib.LastUpdatedAt "2006-01-02" }}{{ end }}
-
Status: {{ $contrib.Status }}
-
- {{- $contrib.Desc | md2html }} - {{- if $contrib.SponsoredBy }}

Sponsored-by: {{ $contrib.SponsoredBy }}

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

Completed work

- {{- range $contrib := .Contribs }} - {{- if or (eq $contrib.StatusClass "merged") (eq $contrib.StatusClass "released") | not }}{{ continue }}{{ end }} - {{ $upstream := $contrib | getUpstream }} -
- -
{{ $upstream.Desc | md2html }}
-
- {{- range $url := $contrib.URLs }} - {{ $url }}
- {{- end }} -
-
- {{- range $tag := $contrib.Tags }} - #{{ $tag }} {{/* */}} - {{- end }} -
- -
{{ if not $contrib.LastUpdatedAt.IsZero }}Last updated: {{ timeTag $contrib.LastUpdatedAt "2006-01-02" }}{{ end }}
-
Status: {{ $contrib.Status }}
-
- {{- $contrib.Desc | md2html }} - {{- if $contrib.SponsoredBy }}

Sponsored-by: {{ $contrib.SponsoredBy }}

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

In-progress work

+ {{- range $contrib := .Contribs }} + {{- if or (eq $contrib.StatusClass "merged") (eq $contrib.StatusClass "released") }}{{ continue }}{{ end }} + {{ $upstream := $contrib | getUpstream }} +
+ +
{{ $upstream.Desc | md2html }}
+
+ {{- range $url := $contrib.URLs }} + {{ $url }}
+ {{- end }} +
+
+ {{- range $tag := $contrib.Tags }} + #{{ $tag }} {{/* */}} + {{- end }} +
+ +
{{ if not $contrib.LastUpdatedAt.IsZero }}Last updated: {{ timeTag $contrib.LastUpdatedAt "2006-01-02" }}{{ end }}
+
Status: {{ $contrib.Status }}
+
+ {{- $contrib.Desc | md2html }} + {{- if $contrib.SponsoredBy }}

Sponsored-by: {{ $contrib.SponsoredBy }}

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

Completed work

+ {{- range $contrib := .Contribs }} + {{- if or (eq $contrib.StatusClass "merged") (eq $contrib.StatusClass "released") | not }}{{ continue }}{{ end }} + {{ $upstream := $contrib | getUpstream }} +
+ +
{{ $upstream.Desc | md2html }}
+
+ {{- range $url := $contrib.URLs }} + {{ $url }}
+ {{- end }} +
+
+ {{- range $tag := $contrib.Tags }} + #{{ $tag }} {{/* */}} + {{- end }} +
+ +
{{ if not $contrib.LastUpdatedAt.IsZero }}Last updated: {{ timeTag $contrib.LastUpdatedAt "2006-01-02" }}{{ end }}
+
Status: {{ $contrib.Status }}
+
+ {{- $contrib.Desc | md2html }} + {{- if $contrib.SponsoredBy }}

Sponsored-by: {{ $contrib.SponsoredBy }}

{{ end -}} +
+
+ {{- end }} +
- - + + -- cgit v1.2.3-2-g168b