jhudsl / ottrproject.org

This repo publishes ottrproject.org
http://www.ottrproject.org/
MIT License
0 stars 1 forks source link

Put search bar in navbar #45

Open cansavvy opened 6 months ago

cansavvy commented 6 months ago

The code for the search bar is this:

<script async src="https://cse.google.com/cse.js?cx=22c03a049bf7a472a">
</script>
<div class="gcse-searchbox-only"></div>

Currently I have it in the footer, but ideally it would be in the navbar. But this is going to require a little more finagling.