1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/theme/templates/extras/header.html

7 lines
235 B
HTML
Raw Normal View History

2017-01-13 13:36:51 +00:00
<section id="header" class="bg-primary image" data-image="{{ instance.image }}">
<div class="container text-center text-uppercase">
2017-01-13 13:36:51 +00:00
<h1 class="section-heading">{{ instance.title }}</h1>
<hr class="light">
</div>
</section>