summaryrefslogtreecommitdiff
path: root/cmd/generate/imworkingon.html.tmpl
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 10:55:22 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 10:55:22 -0600
commitdf8622fe9c468d5cf966a67010347e62bd45e907 (patch)
tree327b35f15459213d4480c0211534c8d918510d3b /cmd/generate/imworkingon.html.tmpl
parent45e9195b5bd4696f633370c2413337f2459be9a4 (diff)
wip
Diffstat (limited to 'cmd/generate/imworkingon.html.tmpl')
-rw-r--r--cmd/generate/imworkingon.html.tmpl10
1 files changed, 8 insertions, 2 deletions
diff --git a/cmd/generate/imworkingon.html.tmpl b/cmd/generate/imworkingon.html.tmpl
index 364ab71..31511d1 100644
--- a/cmd/generate/imworkingon.html.tmpl
+++ b/cmd/generate/imworkingon.html.tmpl
@@ -8,10 +8,14 @@
</head>
<body>
<header><a href="/">Luke T. Shumaker</a> » imworkingon</header>
- <section id="tags">
+
+ <section id="intro">
<h1>Luke is working on<br/><small>improving the GNU/Linux ecosystem</small></h1>
- <p>If you find this work valuable, pleas
+ <p>If you find this work valuable, please
considor <a href="../sponsor/">sponsoring me.</a></p>
+ </section>
+
+ <section id="tags">
{{- range $tagName, $tagInfo := .Tags }}
<article class="tag" id="tag-{{ $tagName }}">
<h2><a href="#tag-{{ $tagName }}">#{{ $tagName }}</a> : {{ $tagInfo.PrettyName }}</h2>
@@ -19,6 +23,7 @@
</article>
{{- end }}
</section>
+
<section id="contribs">
{{- range $contrib := .Contribs }}
{{ $upstream := $contrib | getUpstream }}
@@ -42,6 +47,7 @@
</article>
{{- end }}
</section>
+
<footer>
<p>The content of this page is Copyright © Luke Shumaker.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA-3.0</a> license.</p>