annotate src/capnproto-git-20161025/doc/_layouts/post.html @ 63:0f2d93caa50c
Update Win64 capnp builds to v0.6
author |
Chris Cannam |
date |
Mon, 22 May 2017 18:56:49 +0100 |
parents |
9530b331f8c1 |
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 %}
|