1
Fork 0
theorangeone.net-legacy/theme/templates/extras/page-header.html

7 lines
227 B
HTML
Raw Normal View History

2016-08-27 18:25:55 +01:00
<section id="header" class="bg-primary image" data-image="{{ page.image }}">
<div class="container text-center text-uppercase">
<h1 class="section-heading">{{ page.title }}</h1>
<hr class="light">
</div>
</section>