add functional header image class
This commit is contained in:
parent
255330b32f
commit
8a81224289
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<section id="header" class="bg-primary image" data-image="{{ article.image if article else page.image }}">
|
||||
<section id="header" class="bg-primary image" data-image="{{ article.image }}">
|
||||
<div class="container text-center text-uppercase">
|
||||
<h1 class="section-heading">{{ article.title if article else page.title }}</h1>
|
||||
<h1 class="section-heading">{{ article.title }}</h1>
|
||||
<hr class="light">
|
||||
</div>
|
||||
</section>
|
||||
|
|
Reference in a new issue