dave2wave commented on code in PR #76:
URL: https://github.com/apache/tooling-docs/pull/76#discussion_r2574017779
##########
content/theme/templates/index.html:
##########
@@ -16,6 +16,7 @@
{% include "footer.html" %}
</div>
</main>
+ {% include "post.html" %}
<script>hljs.initHighlightingOnLoad();</script>
Review Comment:
post.html includes the proper `hljs` script. Please delete this line.
##########
content/theme/templates/menu.html:
##########
@@ -1,8 +1,10 @@
<!-- nav bar -->
-<nav class="navbar navbar-expand-lg navbar-light bg-info" aria-label="Fifth
navbar example">
+<nav class="navbar navbar-expand-lg navbar-dark bg-black" aria-label="Fifth
navbar example">
Review Comment:
The new ASF logo looks much better with a light background. Please revert
this change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]