annotate src/capnproto-git-20161025/doc/_layouts/post.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 {% include header.html %}
cannam@48 2
cannam@48 3 <div class="hmargin" style="float: right"><a class="groups_link" style="color: #fff"
cannam@48 4 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 5
cannam@48 6 <h1><a href="{{ site.baseurl }}news/">News</a></h1>
cannam@48 7
cannam@48 8 <h2>{{ page.title }}</h2>
cannam@48 9 <p class="author">
cannam@48 10 <a href="https://github.com/{{ page.author }}">{{ page.author }}</a>
cannam@48 11 on <span class="date">{{ page.date | date_to_string }}</span>
cannam@48 12 </p>
cannam@48 13 {{ content }}
cannam@48 14 <script type="text/javascript">setupNewsSidebar([
cannam@48 15 {% for post in site.posts %}
cannam@48 16 { title: "{{ post.title }}", url: "{{ site.baseurl }}.{{ post.url }}" },
cannam@48 17 {% endfor %}
cannam@48 18 ]);</script>
cannam@48 19 {% include footer.html %}