Customize search placeholder
-
Check that
_includes/search_placeholder_custom.htmldoes not exist. -
Check that the search placeholder on the home page is “Search Just the Docs Tests”.
-
Customize the search placeholder by creating
_includes/search_placeholder_custom.htmland adding:<!-- Any HTML gets removed --><em> Search this site <!-- Any HTML gets removed --></em> -
Refresh the page.
-
Check that the search placeholder on the home page is now “Search this site”, without the
<em>styling. -
Remove
_includes/search_placeholder_custom.html.