mirror of
https://github.com/thangisme/notes.git
synced 2026-04-16 08:09:13 -04:00
4 lines
121 B
HTML
4 lines
121 B
HTML
|
|
{%- if site.footer_content -%}
|
||
|
|
<p class="text-small text-grey-dk-000 mb-0">{{ site.footer_content }}</p>
|
||
|
|
{%- endif -%}
|