Skip to content

Commit a313f51

Browse files
authored
Update layout.html
1 parent 43777ca commit a313f51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/layout.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
<div class="row justify-content-md-center">
7575
<div class="col-9 content-wrap">
7676
<div class="page py-3">
77-
<a></a>
78-
<h2 class="pb-2"><strong>{% block header %}{{ this.title }}{% endblock %}</strong></h2>
77+
<h1 class="page-title pb-3 mb-4">{% block header %}{{ this.title }}{% endblock %}</h1>
7978
{% block body %}{% endblock %}
8079
<a id="back-to-top" href="#top" class="btn btn-dark btn-sm" role="button">Back to top</a>
8180
</div>

0 commit comments

Comments
 (0)