Merge "change page title to h1"

This commit is contained in:
Jenkins
2016-02-10 16:32:14 +00:00
committed by Gerrit Code Review

View File

@@ -1,5 +1,5 @@
<div class="row">
<div class="col-lg-8">
<h2>{{ title }}</h2>
<h1>{{ title }}</h1>
</div>
</div>