annotate src/capnproto-0.6.0/doc/news/index.html @ 147:45360b968bf4

Cap'n Proto v0.6 + build for OSX
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 22 May 2017 10:01:37 +0100
parents
children
rev   line source
cannam@147 1 ---
cannam@147 2 title: News
cannam@147 3 ---
cannam@147 4
cannam@147 5 {% include header.html %}
cannam@147 6
cannam@147 7 <div class="hmargin" style="float: right"><a class="groups_link" style="color: #fff"
cannam@147 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@147 9
cannam@147 10 <h1>News</h1>
cannam@147 11
cannam@147 12 {% for post in site.posts %}
cannam@147 13 <h2><a href="{{ site.baseurl }}.{{ post.url }}">{{ post.title }}</a></h2>
cannam@147 14 <p class="author">
cannam@147 15 <a href="https://github.com/{{ post.author }}">{{ post.author }}</a>
cannam@147 16 {% if post.author == 'kentonv' %}
cannam@147 17 {% endif %}
cannam@147 18 on <span class="date">{{ post.date | date_to_string }}</span>
cannam@147 19 </p>
cannam@147 20 {{ post.content }}
cannam@147 21 {% endfor %}
cannam@147 22
cannam@147 23 <script type="text/javascript">setupSidebar()</script>
cannam@147 24 {% include footer.html %}