We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4def8fd commit 2291553Copy full SHA for 2291553
_includes/default/head.liquid
@@ -24,6 +24,11 @@
24
<!--Favicon-->
25
<link rel="shortcut icon" href="{{ site.favicon | relative_url }}" type="image/x-icon">
26
27
+ <!-- Preconnect to Cusdis for faster loading when comments become visible -->
28
+ {% if site.data.comments.cusdis.app_id or site.comments.cusdis_app_id or site.cusdis_app_id %}
29
+ <link rel="preconnect" href="https://cusdis.com">
30
+ {% endif %}
31
+
32
{% if page.bootstrap %}
33
<!-- Bootstrap-4.1.3 isolation CSS -->
34
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/vendor/bootstrap-iso.min.css' | relative_url }}">
0 commit comments