diff --git a/_includes/head_custom.html b/_includes/head_custom.html
index c3d0a7f1ecb71f35335cb8cda8b1f2f5d1ec1b34..a19750d28deb880125c16c0c283959aae635e6d0 100644
--- a/_includes/head_custom.html
+++ b/_includes/head_custom.html
@@ -1,5 +1,5 @@
 {% if page.jsonldinhead %}
     <script type="application/ld+json">
-    {% include {{page.jsonldinhead}} %}
+    {% include_relative {{page.jsonldinhead}} %}
     </script>
 {% endif %}
\ No newline at end of file