zregvart commented on a change in pull request #255: SearchBox inside Menu in Mobile Version URL: https://github.com/apache/camel-website/pull/255#discussion_r400468983
########## File path: layouts/partials/header.html ########## @@ -46,6 +46,10 @@ {{ end }} </div> </div> + <div class="navbar-search results-hidden"> + <input id="search_mobile" class="search" placeholder="Search" autocomplete="off"> + <div id="search_results_mobile"></div> + </div> Review comment: Odd that you say that it's not within the loop then. The range loop starts on line 39 and ends on line 56 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services