Mercurial > hg > sv-dependency-builds
diff src/capnproto-0.6.0/doc/_layouts/post.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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/capnproto-0.6.0/doc/_layouts/post.html Mon May 22 10:01:37 2017 +0100 @@ -0,0 +1,19 @@ +{% 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><a href="{{ site.baseurl }}news/">News</a></h1> + +<h2>{{ page.title }}</h2> +<p class="author"> + <a href="https://github.com/{{ page.author }}">{{ page.author }}</a> + on <span class="date">{{ page.date | date_to_string }}</span> +</p> +{{ content }} +<script type="text/javascript">setupNewsSidebar([ + {% for post in site.posts %} + { title: "{{ post.title }}", url: "{{ site.baseurl }}.{{ post.url }}" }, + {% endfor %} + ]);</script> +{% include footer.html %}