fix title case of categories
This commit is contained in:
parent
734aaeadc0
commit
9c466b436f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 text-center">
|
||||
<h1 class="section-heading">{{ category.name }}</h1>
|
||||
<h1 class="section-heading">{{ category.name|title }}</h1>
|
||||
<hr class="light">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue