Files
notes/_includes/footer_custom.html
T

5 lines
338 B
HTML
Raw Normal View History

2020-06-05 01:07:16 +02:00
{%- if site.footer_content -%}
2020-08-04 12:31:37 +02:00
<p class="text-small text-grey-dk-100 mb-0">{{ site.footer_content }}</p>
2020-12-15 20:04:44 +07:00
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "a3bc8207481e41caad5cb16558187c6b"}'></script><!-- End Cloudflare Web Analytics -->
2020-06-05 01:07:16 +02:00
{%- endif -%}