We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43777ca commit a313f51Copy full SHA for a313f51
templates/layout.html
@@ -74,8 +74,7 @@
74
<div class="row justify-content-md-center">
75
<div class="col-9 content-wrap">
76
<div class="page py-3">
77
- <a></a>
78
- <h2 class="pb-2"><strong>{% block header %}{{ this.title }}{% endblock %}</strong></h2>
+ <h1 class="page-title pb-3 mb-4">{% block header %}{{ this.title }}{% endblock %}</h1>
79
{% block body %}{% endblock %}
80
<a id="back-to-top" href="#top" class="btn btn-dark btn-sm" role="button">Back to top</a>
81
</div>
0 commit comments