diff options
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 := . }} |