summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authoruvok cheetah2019-05-19 12:13:24 +0200
committeruvok cheetah2019-05-19 12:13:24 +0200
commit499d411529cf92e8a483588822482c98e7e75999 (patch)
tree4769755c098eaaf1e5cfdd39ef2bb666c9fa2a47 /_layouts/post.html
parentbb4d1f155c2b5236a4c9c86a31f3a8574362ae81 (diff)
Add migration notice to page template
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html4
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>