sitolost/pelican-themes/pelican-bootstrap3bis/templates/includes/banner.html
2019-10-23 14:37:16 +02:00

17 lines
333 B
HTML

<style>
#banner{
background-image:url("{{ SITEURL}}/{{ BANNER }}");
}
</style>
<div id="banner">
<div class="container{% if BOOTSTRAP_FLUID %}-fluid{% endif %}">
<div class="copy">
<h1>{{ SITENAME }}</h1>
{% if BANNER_SUBTITLE %}
<p class="intro">{{ BANNER_SUBTITLE }}</p>
{% endif %}
</div>
</div>
</div>