mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
And there's more.
This commit is contained in:
parent
b87f3a9fcf
commit
432e52be4c
@ -20,6 +20,7 @@ layout: default
|
||||
<ul>
|
||||
{% 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>
|
||||
<link itemprop="mainEntityOfPage" href="{{ site.url }}{{ post.url }}" />
|
||||
<meta itemprop="datePublished" content="{{ post.created | date: '%Y-%m-%d' }}" />
|
||||
{% 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" />
|
||||
|
Loading…
Reference in New Issue
Block a user