Skip to content

Commit 7d53e97

Browse files
committed
fix: styling footer markup
1 parent be0bd94 commit 7d53e97

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/_includes/footer.njk

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
{% set urlWithOrigin %}https://danieletabellini.com{{page.url}}{% endset %}
2525
{% if speedlify[urlWithOrigin] %}
2626
<a href="https://iridescent-squirrel-c9bbac.netlify.app/danieletabellini.com/" class="speedlify-link">
27-
<speedlify-score hash="{{ speedlify[urlWithOrigin].hash }}" speedlify-url="https://iridescent-squirrel-c9bbac.netlify.app"></speedlify-score>
27+
<speedlify-score hash="{{ speedlify[urlWithOrigin].hash }}"
28+
speedlify-url="https://iridescent-squirrel-c9bbac.netlify.app"></speedlify-score>
2829
<span class="visually-hidden">{%- if page.lang == 'en' %}I use Speedlify to monitor the website
29-
performance, discover more{% else %}Uso Speedlify per monitorare le performance del sito, scopri di più{% endif %}</span>
30+
performance, discover more{% else %}Uso Speedlify per monitorare le performance del sito, scopri di
31+
più{% endif %}</span>
3032
</a>
31-
{%- endif %}
33+
{%- endif %}
3234
</div>
3335
</div>
34-
</footer>
36+
</footer>

0 commit comments

Comments
 (0)