blob: 75b71b056b9baca44338fe3586859014b57107d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
---
layout: default
---
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
<p class="post-meta">
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ page.date | date: date_format }}
</time>
{%- if page.author -%}
• <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" 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 e-content" itemprop="articleBody">
{{ content }}
</div>
{%- if site.disqus.shortname -%}
{%- include disqus_comments.html -%}
{%- endif -%}
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>
<section>
<h2>Kommentare?</h2>
<p>Da ich die Seite auf den Static Site Generator Jekyll umgestellt habe, gibt es
die Möglichkeit, Kommentare zu hinterlassen, (vorerst) nicht mehr.
Automatisiert geht es (unter Beibehaltung des Jekyll-Ansatzes) eh nicht, und ich bin
auch nicht besonders scharf drauf, Kommentare manuell einzupflegen.
</p>
<p>
Vor allem will ich keinem Spam ausgesetzt sein, das klassische Captcha will ich aber
auch nicht einsetzen.
</p>
<p>
Unter der Kontakt-Seite sind jedenfalls Kontaktmöglichkeiten aufgelistet.
</p>
</section>
|