diff options
Diffstat (limited to 'cmd/generate')
-rw-r--r-- | cmd/generate/imworkingon.html.tmpl | 10 |
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> |