annotate src/capnproto-git-20161025/doc/news/index.html @ 48:9530b331f8c1

Add Cap'n Proto source
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 11:17:01 +0100
parents
children
rev   line source
cannam@48 1 ---
cannam@48 2 title: News
cannam@48 3 ---
cannam@48 4
cannam@48 5 {% include header.html %}
cannam@48 6
cannam@48 7 <div class="hmargin" style="float: right"><a class="groups_link" style="color: #fff"
cannam@48 8 href="https://groups.google.com/group/capnproto-announce">Get Email Updates</a> <a class="twitter_link" style="color: #fff" href="https://twitter.com/capnproto">Follow on Twitter</a></div>
cannam@48 9
cannam@48 10 <h1>News</h1>
cannam@48 11
cannam@48 12 {% for post in site.posts %}
cannam@48 13 <h2><a href="{{ site.baseurl }}.{{ post.url }}">{{ post.title }}</a></h2>
cannam@48 14 <p class="author">
cannam@48 15 <a href="https://github.com/{{ post.author }}">{{ post.author }}</a>
cannam@48 16 {% if post.author == 'kentonv' %}
cannam@48 17 {% endif %}
cannam@48 18 on <span class="date">{{ post.date | date_to_string }}</span>
cannam@48 19 </p>
cannam@48 20 {{ post.content }}
cannam@48 21 {% endfor %}
cannam@48 22
cannam@48 23 <script type="text/javascript">setupSidebar()</script>
cannam@48 24 {% include footer.html %}