hide currently unused link
diff --git a/gotweb/gotweb_ui.h b/gotweb/gotweb_ui.h
index 15583f4..83cbcc5 100644
--- a/gotweb/gotweb_ui.h
+++ b/gotweb/gotweb_ui.h
@@ -123,7 +123,7 @@ char *tags_row =
"<div id='dotted_line'></div>";
char *tags_navs =
- "<a href='?path=%s&action=tag&commit=%s'>tag</a> | " \
+ /* "<a href='?path=%s&action=tag&commit=%s'>tag</a> | " \ */
/* "<a href='?path=%s&action=commit&commit=%s'>commit</a> | " \ */
"<a href='?path=%s&action=logbriefs&commit=%s'>log briefs</a> | " \
"<a href='?path=%s&action=log&commit=%s'>log</a>";