_includes/head.html in jekyll-theme-jsblog-1.0.38 vs _includes/head.html in jekyll-theme-jsblog-1.0.39
- old
+ new
@@ -15,16 +15,16 @@
{% assign keywords = page.keywords %}
{% endif %}
<meta name="keywords" content="{{ keywords }}">
{% endif %}
+ {% if site.codefund.property %}
+ <script src="https://codefund.app/properties/{{ site.codefund.property }}/funder.js?theme={{ site.codefund.theme | default: light }}&template={{ site.codefund.template | default: default }}"></script>
+ {% endif %}
+
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
{% if page.layout == 'home' %}
<link rel="stylesheet" href="{{ "/assets/home.css" | relative_url }}">
- {% endif %}
-
- {% if site.codefund.property %}
- <script src="https://codefund.app/properties/{{ site.codefund.property }}/funder.js?theme={{ site.codefund.theme | default: light }}&template={{ site.codefund.template | default: default }}" async="async"></script>
{% endif %}
<link rel="canonical" href="{{ canonical }}">
{% assign feed_path = "/feed.xml" %}
{% if site.feed and site.feed.path %}