_includes/head.html in jekyll-theme-pirati-6.5.0 vs _includes/head.html in jekyll-theme-pirati-6.6.0
- old
+ new
@@ -55,7 +55,10 @@
{% if page.mapycz_api %}
<script type="text/javascript" src="https://api.mapy.cz/loader.js"></script>
<script type="text/javascript">Loader.load({% if page.mapycz_api=='mini-api' %}null, {api:"simple"}{% endif %})</script>
<style>.smap img { max-width: none !important; transform: none;}</style>
{% endif %}
+
+ {% comment %}You can add your own content in _includes/head-custom.html and it will get appended to the page head{% endcomment %}
+ {% include head-custom.html %}
</head>