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.
capnproto/doc/_layouts/post.html

20 lines
783 B
HTML

{% 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">var CAPNP_NEWS_SIDEBAR = [
{% for post in site.posts %}
{ title: "{{ post.title }}", url: "{{ site.baseurl }}.{{ post.url }}" },
{% endfor %}
];</script>
{% include footer.html %}