_includes/head.html in jekyll-theme-jsblog-1.0.36 vs _includes/head.html in jekyll-theme-jsblog-1.0.37
- old
+ new
@@ -20,9 +20,13 @@
<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 %}
{% assign feed_path = site.feed.path %}
{% endif %}