Create footer_custom.html

This commit is contained in:
wakgill
2020-12-31 21:57:07 -06:00
committed by GitHub
parent 1defb32720
commit 052a7f0cc8
+3
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 -%}