Customize search placeholder

  1. Check that _includes/search_placeholder_custom.html does not exist.

  2. Check that the search placeholder on the home page is “Search Just the Docs Tests”.

  3. Customize the search placeholder by creating _includes/search_placeholder_custom.html and adding:

    <!-- Any HTML gets removed --><em>
      Search this site
    <!-- Any HTML gets removed --></em>
    
  4. Refresh the page.

  5. Check that the search placeholder on the home page is now “Search this site”, without the <em> styling.

  6. Remove _includes/search_placeholder_custom.html.