forked from mirror/capnproto
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
709 B
HTML
24 lines
709 B
HTML
---
|
|
title: News
|
|
---
|
|
|
|
{% include header.html %}
|
|
|
|
<div class="hmargin" style="float: right"><a class="groups_link" style="color: #fff"
|
|
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>
|
|
|
|
<h1>News</h1>
|
|
|
|
{% for post in site.posts %}
|
|
<h2><a href="{{ site.baseurl }}.{{ post.url }}">{{ post.title }}</a></h2>
|
|
<p class="author">
|
|
<a href="https://github.com/{{ post.author }}">{{ post.author }}</a>
|
|
{% if post.author == 'kentonv' %}
|
|
{% endif %}
|
|
on <span class="date">{{ post.date | date_to_string }}</span>
|
|
</p>
|
|
{{ post.content }}
|
|
{% endfor %}
|
|
|
|
{% include footer.html %}
|