annotate news.md @ 93:6f92b43549a4 kai

Close kai branch
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 Nov 2016 00:29:31 +0100
parents 5caa2af27956
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
77
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 layout: default
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
3 title: News
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4 menu: false
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5 ---
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6
84
5caa2af27956 Make more use of Jekyll Makros. Website tabs reconsidering.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 77
diff changeset
7 [**{% octicon rss class:"octicon-rss-octave" %} News feed**][Feed]
77
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
8
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
9 {% for post in site.posts %}
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
10 {% if post.title == "News Archive" %}
84
5caa2af27956 Make more use of Jekyll Makros. Website tabs reconsidering.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 77
diff changeset
11 - [**{{ post.title }}**]({{ post.url | relative_url }})
77
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
12 {% else %}
84
5caa2af27956 Make more use of Jekyll Makros. Website tabs reconsidering.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 77
diff changeset
13 - [**{{ post.title }}**]({{ post.url | relative_url }})
77
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
14 ({{ post.date | date: "%b %-d, %Y" }})
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
15
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
16
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
17 <div class="news-content">
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
18 {{ post.excerpt }}
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
19 </div>
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
20 {% endif %}
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
21 {% endfor %}
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
22
8697f27c627c Create a before existing News page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
23 [Feed]: {{ "feed.xml" | relative_url }}