This file is used to render a list of all posts on our blog.
-->
{{ partial "header.html" . }}
<bodyclass="theme-base-08">
{{ partial "sidebar.html" . }}
<!-- See /layouts/indexes/category.html for explanation of this section -->
<divclass="wrap">
<divclass="masthead">
<divclass="container">
<h3class="masthead-title">
<ahref="/posts"title="Blog">Blog Posts</a>
</h3>
</div>
</div>
<!--
In this section we have Hugo generate a list of all blog posts, ordered
by date.
When showing each post we ask Hugo to use the template in
/layouts/posts/li.html to provide a short description of each post.
-->
<divclass="container content">
<p>Here are all my blog posts, in descending order by creation date. If you would like to view them by topic, see the <ahref="/categories">Categories</a> page.</p>
<h1class="post-title">All Blog Posts (By Date)</h1>