We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 903f6a0 + 98571c1 commit ffca541Copy full SHA for ffca541
1 file changed
_layouts/base.liquid
@@ -16,6 +16,8 @@
16
<link rel="icon" type="image/png" href="{{ '/assets/icon/favicon-android.png' | url }}" sizes="192x192">
17
<link rel="icon" type="image/png" href="{{ '/assets/icon/favicon.png' | url }}" sizes="32x32">
18
<link rel="stylesheet" href="{{ '/assets/css/main.css' | url }}">
19
+ <script type="module" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.esm.js"></script>
20
+ <script nomodule="" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.js"></script>
21
</head>
22
<body>
23
<header class="page-header hero is-primary">
@@ -114,6 +116,5 @@
114
116
{%- if app.environment != 'dev' -%}
115
117
{%- include ga.html -%}
118
{%- endif -%}
- <script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
119
</body>
120
</html>
0 commit comments