diff --git a/scipost/templates/scipost/howto.html b/scipost/templates/scipost/howto.html index f01dfda26dbd2a5a387fb77e4b2463485c38f77a..6826cd39a14dd3295a8fae081b6d5cb481477172 100644 --- a/scipost/templates/scipost/howto.html +++ b/scipost/templates/scipost/howto.html @@ -2,13 +2,14 @@ {% block pagetitle %}: Howto Guides{% endblock pagetitle %} -{% block bodysup %} +{% block content %} {% load scipost_extras %} -<section> - <h1>SciPost Howto Guides</h1> +<div class="row"> + <div class="col-12"> + <h1 class="highlight">SciPost Howto Guides</h1> <ul> <li> @@ -18,8 +19,8 @@ </ul> </li> </ul> + </div> +</div> -</section> - -{% endblock bodysup %} +{% endblock %}