annotate src/capnproto-0.6.0/doc/news/index.html @ 62:0994c39f1e94

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@62 1 ---
cannam@62 2 title: News
cannam@62 3 ---
cannam@62 4
cannam@62 5 {% include header.html %}
cannam@62 6
cannam@62 7 <div class="hmargin" style="float: right"><a class="groups_link" style="color: #fff"
cannam@62 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@62 9
cannam@62 10 <h1>News</h1>
cannam@62 11
cannam@62 12 {% for post in site.posts %}
cannam@62 13 <h2><a href="{{ site.baseurl }}.{{ post.url }}">{{ post.title }}</a></h2>
cannam@62 14 <p class="author">
cannam@62 15 <a href="https://github.com/{{ post.author }}">{{ post.author }}</a>
cannam@62 16 {% if post.author == 'kentonv' %}
cannam@62 17 {% endif %}
cannam@62 18 on <span class="date">{{ post.date | date_to_string }}</span>
cannam@62 19 </p>
cannam@62 20 {{ post.content }}
cannam@62 21 {% endfor %}
cannam@62 22
cannam@62 23 <script type="text/javascript">setupSidebar()</script>
cannam@62 24 {% include footer.html %}