summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 10:54:03 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 10:54:03 -0600
commit45e9195b5bd4696f633370c2413337f2459be9a4 (patch)
tree5d06761413e1d1a2c658487cee909bd71b463c8b /cmd
parent3c46bd7b2f61fec1f5719d73d88c3553a6862d52 (diff)
wip
Diffstat (limited to 'cmd')
-rw-r--r--cmd/generate/imworkingon.html.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/cmd/generate/imworkingon.html.tmpl b/cmd/generate/imworkingon.html.tmpl
index 6b5016a..364ab71 100644
--- a/cmd/generate/imworkingon.html.tmpl
+++ b/cmd/generate/imworkingon.html.tmpl
@@ -7,9 +7,11 @@
<link rel="stylesheet" type="text/css" href="imworkingon.css">
</head>
<body>
+ <header><a href="/">Luke T. Shumaker</a> ยป imworkingon</header>
<section id="tags">
- <h1>Luke is working on...</h1>
- <p>... improving the GNU/Linux ecosystem.</p>
+ <h1>Luke is working on<br/><small>improving the GNU/Linux ecosystem</small></h1>
+ <p>If you find this work valuable, pleas
+ considor <a href="../sponsor/">sponsoring me.</a></p>
{{- range $tagName, $tagInfo := .Tags }}
<article class="tag" id="tag-{{ $tagName }}">
<h2><a href="#tag-{{ $tagName }}">#{{ $tagName }}</a> : {{ $tagInfo.PrettyName }}</h2>
@@ -18,7 +20,6 @@
{{- end }}
</section>
<section id="contribs">
- <h1>... by contributing...</h1>
{{- range $contrib := .Contribs }}
{{ $upstream := $contrib | getUpstream }}
<article class="contrib">