Mercurial > piecrust2
diff docs/templates/section-page.html @ 1057:fd95fef51705
docs: Update documentation on sources and pipelines.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 01 Feb 2018 22:03:33 -0800 |
parents | 66f8bbe8de91 |
children |
line wrap: on
line diff
--- a/docs/templates/section-page.html Wed Jan 31 20:56:02 2018 -0800 +++ b/docs/templates/section-page.html Thu Feb 01 22:03:33 2018 -0800 @@ -1,13 +1,15 @@ {% extends "default.html" %} {% block content %} -<div class="container"> - <section class="col-md-8"> - {{ content|safe }} - </section> - <aside class="col-md-4"> - {% include 'inc/family-sidebar.html' %} - </aside> +<div class="container" id="content"> + <div class="row"> + <section class="col-md-8"> + {{ content|safe }} + </section> + <aside class="col-md-4"> + {% include 'inc/family-sidebar.html' %} + </aside> + </div> </div> {% endblock %}