diff options
Diffstat (limited to 'app/posts/templates/posts/src_list.html')
-rw-r--r-- | app/posts/templates/posts/src_list.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/posts/templates/posts/src_list.html b/app/posts/templates/posts/src_list.html index c673935..b015deb 100644 --- a/app/posts/templates/posts/src_list.html +++ b/app/posts/templates/posts/src_list.html @@ -7,7 +7,7 @@ {% block metadescription %}Tutorials and tools for building great things on the web - by Scott Gilbertson.{% endblock %} {%block sitesubtitle %}Code Slowly{% endblock%} {% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %} -{% block primary %}<main role="main" class="archive-wrapper"> +{% block primary %}<main class="archive-wrapper"> <div class="archive-intro"> <h1 class="archive-hed"><code>/src/</code></h1> <h2 class="list-subhed">Let's building things.</h2> @@ -31,8 +31,6 @@ <nav aria-label="page navigation" class="pagination"> {% paginate %} </nav> - - </main> {%endblock%} |