annotate src/capnproto-0.6.0/doc/_layouts/post.html @ 75:8f7fd4420df7

Add some cross-platform Boost headers
author Chris Cannam
date Sat, 16 Feb 2019 16:31:25 +0000
parents 0994c39f1e94
children
rev   line source
cannam@62 1 {% include header.html %}
cannam@62 2
cannam@62 3 <div class="hmargin" style="float: right"><a class="groups_link" style="color: #fff"
cannam@62 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@62 5
cannam@62 6 <h1><a href="{{ site.baseurl }}news/">News</a></h1>
cannam@62 7
cannam@62 8 <h2>{{ page.title }}</h2>
cannam@62 9 <p class="author">
cannam@62 10 <a href="https://github.com/{{ page.author }}">{{ page.author }}</a>
cannam@62 11 on <span class="date">{{ page.date | date_to_string }}</span>
cannam@62 12 </p>
cannam@62 13 {{ content }}
cannam@62 14 <script type="text/javascript">setupNewsSidebar([
cannam@62 15 {% for post in site.posts %}
cannam@62 16 { title: "{{ post.title }}", url: "{{ site.baseurl }}.{{ post.url }}" },
cannam@62 17 {% endfor %}
cannam@62 18 ]);</script>
cannam@62 19 {% include footer.html %}