From 2187762d715d3b70fa7f484cfc548b0edcc5e1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quang=20Th=E1=BA=AFng?= <35835961+thangisme@users.noreply.github.com> Date: Tue, 15 Dec 2020 20:30:52 +0700 Subject: [PATCH] CF Analytics is now optional --- _includes/footer_custom.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html index e192428..25936e4 100644 --- a/_includes/footer_custom.html +++ b/_includes/footer_custom.html @@ -1,4 +1,9 @@ {%- if site.footer_content -%} -

{{ site.footer_content }}

- + {% if site.cf_tracking != nil %} +

{{ site.footer_content }}

+ + + + {% endif %} {%- endif -%}