Add custom header and footer include files

This commit is contained in:
CodeSandwich
2020-06-05 01:07:16 +02:00
parent 31b99a2a9b
commit cd192aa4e2
4 changed files with 13 additions and 5 deletions

View File

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