diff --git a/index.html b/index.html
index 40daf81..7263858 100644
--- a/index.html
+++ b/index.html
@@ -2,18 +2,20 @@
 title: Welcome to wiki.mbirth.de
 layout: default
 ---
+{::nomarkdown}
 <script type="application/ld+json">
 {
-    "{{ '@context' }}": "http://schema.org",
-    "{{ '@type' }}": "WebSite",
+    "@context": "http://schema.org",
+    "@type": "WebSite",
     "url": "{{ site.url }}/",
     "potentialAction": {
-        "{{ '@type' }}": "SearchAction",
+        "@type": "SearchAction",
         "target": "{{ site.url }}/?q={search_term_string}",
         "query-input": "required name=search_term_string"
     }
 }
 </script>
+{:/nomarkdown}
 
 <h3>Latest posts ({{ site.posts | size }} total):</h3>