--- 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" -%} {%- assign date_format = "%A, %e. %B %Y, %k:%M" -%} {{ page.date | date: date_format }} </time> {%- if page.last_modified_at -%} • <time class="dt-updated" datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="dateUpdated"> Updated: {{ page.last_modified_at | date: date_format }} </time> {%- endif -%} {%- 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 -%} {%- if page.categories.size != 0 -%} • <span>Kategorie: {% for cat in page.categories %} {%- assign catlink = "/category/" | append: cat | append: "/" -%} <a href="{{ catlink | relative_url }}">{{ cat }}</a> {%- if forloop.last != true -%}, {%- endif -%} {%- endfor %} </span> {%- endif -%} </p> </header> {% if page.blogger_id %} <p><em>Dieser Post wurde ursprünglich auf blogger.com / uvok.blogspot.com veröffentlicht.</em></p> {% endif %} {% if page.ljimport %} <p><em>Dieser Post wurde ursprünglich auf livejournal.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> {% include commentNotice.html %} <!-- <script src="/assets/js/extLinks.js"></script> -->