Github user ewencp commented on a diff in the pull request:
https://github.com/apache/kafka-site/pull/78#discussion_r139203439
--- Diff: includes/_nav.htm ---
@@ -36,7 +36,7 @@
<a class="b-nav__apache nav__item nav__sub__item"
href="http://www.apache.org/security/" target="_blank">security</a>
</div>
- <a class="btn" href="/downloads">download</a>
+ <!-- <a class="btn" href="/downloads">download</a> -->
--- End diff --
is this commenting intentional? i imagine we would want to keep the big ol'
download button even if we have the header? having it clearly highlighted seems
important
---