Merge pull request #334 from CodeSandwich/custom_header_footer

Add custom header and footer include files
This commit is contained in:
Patrick Marsceill
2020-10-12 12:57:25 -04:00
committed by GitHub
4 changed files with 16 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
{%- if site.footer_content -%}
<p class="text-small text-grey-dk-100 mb-0">{{ site.footer_content }}</p>
{%- endif -%}

View File