comparison _layouts/post.html @ 48:aa0c5c467963 kai

RSS updates. Include list of changes directly. Print only excerpts on main page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 28 Sep 2016 11:29:32 +0200
parents 7abe02bf29ec
children 98a7ea218860
comparison
equal deleted inserted replaced
47:6b221a8157ab 48:aa0c5c467963
2 layout: default 2 layout: default
3 --- 3 ---
4 <article class="post" itemscope itemtype="http://schema.org/BlogPosting"> 4 <article class="post" itemscope itemtype="http://schema.org/BlogPosting">
5 5
6 <header class="post-header"> 6 <header class="post-header">
7 <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
8 <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> 7 <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>
9 </header> 8 </header>
10 9
11 <div class="post-content" itemprop="articleBody"> 10 <div class="post-content" itemprop="articleBody">
12 {{ content }} 11 {{ content }}