diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 5d8bf45..5078b91 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,6 +8,10 @@ layout: default <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p> </header> + {% if page.blogger_id %} + <p><em>Dieser Post wurde ursprünglich auf blogger.com veröffentlicht.</em></p> + {% endif %} + <div class="post-content" itemprop="articleBody"> {{ content }} </div> |