mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 01:28:29 -06:00
Merge pull request #334 from CodeSandwich/custom_header_footer
Add custom header and footer include files
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{%- if site.footer_content -%}
|
||||
<p class="text-small text-grey-dk-100 mb-0">{{ site.footer_content }}</p>
|
||||
{%- endif -%}
|
||||
Reference in New Issue
Block a user