mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Add schema.org inLanguage tag.
This commit is contained in:
parent
346b904cc8
commit
f68a9cf876
@ -47,6 +47,11 @@
|
|||||||
<meta itemprop="keywords" content="{{ page.tags | join: ',' }}" />
|
<meta itemprop="keywords" content="{{ page.tags | join: ',' }}" />
|
||||||
<meta itemprop="dateCreated" content="{{ page.created | date: '%Y-%m-%d' }}" />
|
<meta itemprop="dateCreated" content="{{ page.created | date: '%Y-%m-%d' }}" />
|
||||||
<meta itemprop="dateModified" content="{{ page.updated | date: '%Y-%m-%d' }}" />
|
<meta itemprop="dateModified" content="{{ page.updated | date: '%Y-%m-%d' }}" />
|
||||||
|
{% if page.language == 'de' %}
|
||||||
|
<meta itemprop="inLanguage" content="de" />
|
||||||
|
{% else %}
|
||||||
|
<meta itemprop="inLanguage" content="en" />
|
||||||
|
{% endif %}
|
||||||
<section id="main_content" itemprop="articleBody">
|
<section id="main_content" itemprop="articleBody">
|
||||||
{% if page.toc %}
|
{% if page.toc %}
|
||||||
<ul data-toc="#main_content"></ul>
|
<ul data-toc="#main_content"></ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user