Files
notes/_includes/footer_custom.html
T

10 lines
406 B
HTML
Raw Normal View History

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