mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Fixes.
This commit is contained in:
parent
498f5df3fc
commit
89fead4aca
@ -31,7 +31,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body itemscope itemtype="http://schema.org/Blog">
|
<body itemscope itemtype="http://schema.org/Blog">
|
||||||
<meta itemprop="isBasedOnUrl" content="https://github.com/mbirth/wiki" />
|
<meta itemprop="isBasedOnUrl" content="https://github.com/mbirth/wiki" />
|
||||||
<link itemprop="image" href="{{ site.url }}/images/sitelogo.png" />
|
<meta itemprop="image" content="{{ site.url }}/images/sitelogo.png" />
|
||||||
<meta itemprop="datePublished" content="{{ site.birthday | date: '%Y-%m-%d' }}" />
|
<meta itemprop="datePublished" content="{{ site.birthday | date: '%Y-%m-%d' }}" />
|
||||||
<meta itemprop="dateModified" content="{{ site.time | date: '%Y-%m-%d' }}" />
|
<meta itemprop="dateModified" content="{{ site.time | date: '%Y-%m-%d' }}" />
|
||||||
<header>
|
<header>
|
||||||
@ -62,7 +62,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
|
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
|
||||||
<h1 id="pagetitle" itemprop="name headline">{{ page.title }}</h1>
|
<h1 id="pagetitle" itemprop="name headline">{{ page.title }}</h1>
|
||||||
<link itemprop="image" href="{{ site.url }}/images/sitelogo.png" />
|
<meta itemprop="image" content="{{ site.url }}/images/sitelogo.png" />
|
||||||
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
|
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
|
||||||
<meta itemprop="name" content="Markus Birth" />
|
<meta itemprop="name" content="Markus Birth" />
|
||||||
<meta itemprop="givenName" content="Markus" />
|
<meta itemprop="givenName" content="Markus" />
|
||||||
@ -71,7 +71,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
|
<div itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
|
||||||
<meta itemprop="name" content="Markus Birth" />
|
<meta itemprop="name" content="Markus Birth" />
|
||||||
<link itemprop="logo" href="{{ site.url }}/images/sitelogo.png" />
|
<meta itemprop="logo" content="{{ site.url }}/images/sitelogo.png" />
|
||||||
</div>
|
</div>
|
||||||
<meta itemprop="articleSection" content="{{ page.categories[0] }}" />
|
<meta itemprop="articleSection" content="{{ page.categories[0] }}" />
|
||||||
<meta itemprop="keywords" content="{{ page.tags | join: ',' }}" />
|
<meta itemprop="keywords" content="{{ page.tags | join: ',' }}" />
|
||||||
|
@ -21,7 +21,7 @@ layout: default
|
|||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
<li itemscope itemtype="http://schema.org/BlogPosting"><a itemprop="url" href="{{ post.url }}"><span itemprop="dateModified">{{ post.date | date: "%Y-%m-%d" }}</span> - <span itemprop="name headline">{{ post.title }}</span></a>
|
<li itemscope itemtype="http://schema.org/BlogPosting"><a itemprop="url" href="{{ post.url }}"><span itemprop="dateModified">{{ post.date | date: "%Y-%m-%d" }}</span> - <span itemprop="name headline">{{ post.title }}</span></a>
|
||||||
<link itemprop="mainEntityOfPage" href="{{ site.url }}{{ post.url }}" />
|
<link itemprop="mainEntityOfPage" href="{{ site.url }}{{ post.url }}" />
|
||||||
<link itemprop="image" href="{{ site.url }}/images/sitelogo.png" />
|
<meta itemprop="image" content="{{ site.url }}/images/sitelogo.png" />
|
||||||
<meta itemprop="datePublished" content="{{ post.created | date: '%Y-%m-%d' }}" />
|
<meta itemprop="datePublished" content="{{ post.created | date: '%Y-%m-%d' }}" />
|
||||||
{% if post.language == 'de' %}
|
{% if post.language == 'de' %}
|
||||||
<img class="emoji" title=":de:" alt=":de:" src="https://assets-cdn.github.com/images/icons/emoji/de.png" width="20" height="20" align="absmiddle" />
|
<img class="emoji" title=":de:" alt=":de:" src="https://assets-cdn.github.com/images/icons/emoji/de.png" width="20" height="20" align="absmiddle" />
|
||||||
|
Loading…
Reference in New Issue
Block a user