lrmi mit dank an axel

This commit is contained in:
Felix Lohmeier 2018-02-21 16:50:54 +01:00
parent 563a119d1e
commit 74d923696b
2 changed files with 16 additions and 0 deletions

8
_layouts/layout.html Normal file
View File

@ -0,0 +1,8 @@
{% extends template.self %}
{% block head %}
{{ super() }}
<script type="application/ld+json">
{{ page.lrmi | dump() }}
</script>
{% endblock head %}

8
_layouts/page.html Normal file
View File

@ -0,0 +1,8 @@
{% extends template.self %}
{% block head %}
{{ super() }}
<script type="application/ld+json">
{{ page.lrmi | dump() }}
</script>
{% endblock head %}