From 820a98b9a134ef79f645a519a43d0e12d6eaeaa3 Mon Sep 17 00:00:00 2001 From: Daniele T Date: Tue, 9 Jan 2024 13:32:48 +0100 Subject: [PATCH] fix: for now without hash --- src/_includes/footer.njk | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/_includes/footer.njk b/src/_includes/footer.njk index 481007b8..0e30db65 100644 --- a/src/_includes/footer.njk +++ b/src/_includes/footer.njk @@ -22,17 +22,19 @@

{% set urlWithOrigin %}https://danieletabellini.com{{page.url}}{% endset %} - {{urlWithOrigin}} - {% if speedlify[urlWithOrigin] %} + {# + {{urlWithOrigin}} + #} + {# {% if speedlify[urlWithOrigin] %} #} - #} + I use speedlify approach to monitor the website performance - {%- endif %} - {# #} + {# {%- endif %} #}
\ No newline at end of file