Skip to content

Commit

Permalink
fix href
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWyss committed Oct 4, 2023
1 parent 184e712 commit f4317ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
{% if page.layout == 'post' or page.layout == 'page' or page.layout == 'home' %}
<!-- Hack -->
<!-- <link rel="stylesheet" href="{{ site.data.origin[type]['lazy-polyfill'].css | relative_url }}"> -->
<link rel="https://polyfill.io/v3/polyfill.min.js?features=es6">
<link rel="stylesheet" href="https://polyfill.io/v3/polyfill.min.js?features=es6">
<!-- Hack -->
{% endif %}

Expand Down

0 comments on commit f4317ab

Please sign in to comment.