Mercurial > hg > sv-dependency-builds
annotate src/capnproto-git-20161025/doc/news/index.html @ 162:d43aab368df9
Duplicate for patch testing
| author | Chris Cannam <cannam@all-day-breakfast.com> |
|---|---|
| date | Wed, 30 Oct 2019 11:25:10 +0000 |
| parents | 1ac99bfc383d |
| children |
| rev | line source |
|---|---|
| cannam@133 | 1 --- |
| cannam@133 | 2 title: News |
| cannam@133 | 3 --- |
| cannam@133 | 4 |
| cannam@133 | 5 {% include header.html %} |
| cannam@133 | 6 |
| cannam@133 | 7 <div class="hmargin" style="float: right"><a class="groups_link" style="color: #fff" |
| cannam@133 | 8 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@133 | 9 |
| cannam@133 | 10 <h1>News</h1> |
| cannam@133 | 11 |
| cannam@133 | 12 {% for post in site.posts %} |
| cannam@133 | 13 <h2><a href="{{ site.baseurl }}.{{ post.url }}">{{ post.title }}</a></h2> |
| cannam@133 | 14 <p class="author"> |
| cannam@133 | 15 <a href="https://github.com/{{ post.author }}">{{ post.author }}</a> |
| cannam@133 | 16 {% if post.author == 'kentonv' %} |
| cannam@133 | 17 {% endif %} |
| cannam@133 | 18 on <span class="date">{{ post.date | date_to_string }}</span> |
| cannam@133 | 19 </p> |
| cannam@133 | 20 {{ post.content }} |
| cannam@133 | 21 {% endfor %} |
| cannam@133 | 22 |
| cannam@133 | 23 <script type="text/javascript">setupSidebar()</script> |
| cannam@133 | 24 {% include footer.html %} |
