diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-06-08 22:07:26 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-06-08 22:07:26 -0600 |
commit | 59fc2f61810542eb702738dddd921fd06e3707a3 (patch) | |
tree | b4e1bf51b5f6244c626b3d3e14962bcab844169e /cmd/generate | |
parent | 3423e976f619a913a040c87bf116d06ca5823d4a (diff) |
imworkingon: comment out the top-themes for now
Diffstat (limited to 'cmd/generate')
-rw-r--r-- | cmd/generate/imworkingon.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/generate/imworkingon.html.tmpl b/cmd/generate/imworkingon.html.tmpl index ad00478..415a252 100644 --- a/cmd/generate/imworkingon.html.tmpl +++ b/cmd/generate/imworkingon.html.tmpl @@ -15,7 +15,7 @@ <nav> <p>This page provides several views into what I'm doing to improve the ecosystem:</p> <ol> - <li><a href="#tags">Top themes</a></li> + <!--<li><a href="#tags">Top themes</a></li>--> <li><a href="#contribs-pending">In-progress work</a></li> <li><a href="#contribs-completed">Completed work</a></li> <li><a href="#standups">Daily statuses</a></li> @@ -27,6 +27,7 @@ <p>If you find this work valuable, please consider <a class="em" href="../sponsor/">sponsoring me</a>.</p> </section> + <!-- <section id="tags"> <h2>Top themes <a href="#tags">🔗</a></h2> {{- range $tagName, $tagInfo := .Tags }} @@ -36,6 +37,7 @@ </article> {{- end }} </section> + --> {{- define "contrib" }} {{ $contrib := . }} |