| 1234567891011121314 | 
							- <script type="application/ld+json">
 
- {
 
-   "@context": "https://schema.org",
 
-   "@type": "WebSite",
 
-   {{- if site.Params.search.engine }}
 
-   "potentialAction": {
 
-     "@type": "SearchAction",
 
-     "target": {{ printf "%s?q={search_term_string}" site.BaseURL }},
 
-     "query-input": "required name=search_term_string"
 
-   },
 
-   {{end -}}
 
-   "url": {{site.BaseURL}}
 
- }
 
- </script>
 
 
  |