comparison news.md @ 94:e8fc61e077fc

Merged closed branch "kai" into default.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 Nov 2016 01:06:10 +0100
parents
children e7efa40deb17
comparison
equal deleted inserted replaced
92:7609e2a6faef 94:e8fc61e077fc
1 ---
2 layout: default
3 title: News
4 menu: false
5 ---
6
7 [**{% octicon rss class:"octicon-rss-octave" %} News feed**][Feed]
8
9 {% for post in site.posts %}
10 {% if post.title == "News Archive" %}
11 - [**{{ post.title }}**]({{ post.url | relative_url }})
12 {% else %}
13 - [**{{ post.title }}**]({{ post.url | relative_url }})
14 ({{ post.date | date: "%b %-d, %Y" }})
15
16
17 <div class="news-content">
18 {{ post.excerpt }}
19 </div>
20 {% endif %}
21 {% endfor %}
22
23 [Feed]: {{ "feed.xml" | relative_url }}