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

9 lines
329 B
HTML
Raw Normal View History

2017-01-17 22:03:25 +00:00
<header id="header" class="bg-primary image" data-image="{{ instance.image or (instance.page and instance.page.image) }}">
<div class="header-content">
<div class="header-content-inner">
<h1>{{ instance.title or instance.name or (instance.page and instance.page.name) }}</h1>
<hr>
</div>
</div>
2017-01-17 22:03:25 +00:00
</header>