Skip to content

Commit

Permalink
fix: for now without hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete committed Jan 9, 2024
1 parent 589e9b8 commit 820a98b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/_includes/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@
</p>
<div class="speedlify" style="margin-top: var(--spacing-large)">
{% set urlWithOrigin %}https://danieletabellini.com{{page.url}}{% endset %}
<span class="visually-hidden">{{urlWithOrigin}}</span>
{% if speedlify[urlWithOrigin] %}
{# <span class="visually-hidden">
{{urlWithOrigin}}
</span> #}
{# {% if speedlify[urlWithOrigin] %} #}
<a href="https://iridescent-squirrel-c9bbac.netlify.app/danieletabellini.com/" class="speedlify-link">
<speedlify-score hash="{{ speedlify[urlWithOrigin].hash }}"
{# <speedlify-score hash="{{ speedlify[urlWithOrigin].hash }}"
speedlify-url="https://iridescent-squirrel-c9bbac.netlify.app"></speedlify-score> #}
<speedlify-score url="{{ urlWithOrigin }}"
speedlify-url="https://iridescent-squirrel-c9bbac.netlify.app"></speedlify-score>
<span lang="en" class="visually-hidden">I use speedlify approach to monitor the website
performance</span>
</a>
{%- endif %}
{# <speedlify-score url="{{ urlWithOrigin }}"
speedlify-url="https://iridescent-squirrel-c9bbac.netlify.app"></speedlify-score> #}
{# {%- endif %} #}
</div>
</div>
</footer>

0 comments on commit 820a98b

Please sign in to comment.