mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Another try to fix @something.
This commit is contained in:
parent
e4ff8510c9
commit
1294171f29
10
index.html
10
index.html
@ -2,17 +2,17 @@
|
|||||||
title: Welcome to wiki.mbirth.de
|
title: Welcome to wiki.mbirth.de
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
<script type="application/ld+json">{% raw %}
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "http://schema.org",
|
"{{ '@context' }}": "http://schema.org",
|
||||||
"@type": "WebSite",
|
"{{ '@type' }}": "WebSite",
|
||||||
"url": "{{ site.url }}/",
|
"url": "{{ site.url }}/",
|
||||||
"potentialAction": {
|
"potentialAction": {
|
||||||
"@type": "SearchAction",
|
"{{ '@type' }}": "SearchAction",
|
||||||
"target": "{{ site.url }}/?q={search_term_string}",
|
"target": "{{ site.url }}/?q={search_term_string}",
|
||||||
"query-input": "required name=search_term_string"
|
"query-input": "required name=search_term_string"
|
||||||
}
|
}
|
||||||
}{% endraw %}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h3>Latest posts ({{ site.posts | size }} total):</h3>
|
<h3>Latest posts ({{ site.posts | size }} total):</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user