Customize navigation panel footer
-
Check that
_includes/nav_footer_custom.html
does not exist. -
Check that the navigation panel footer on the home page is “This site uses Just the Docs, a documentation theme for Jekyll.”.
-
Customize the nav footer by creating
_includes/nav_footer_custom.html
and adding:<footer class="site-footer"> This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll. <br> {{ site.remote_theme | replace: "@", " @" }} </footer>
-
Refresh the page.
-
Check that the nav footer is now:
This site uses Just the Docs, a
documentation theme for Jekyll.\ -
Remove
_includes/nav_footer_custom.html
.