Init
This commit is contained in:
16
templates/includes/banner.html
Normal file
16
templates/includes/banner.html
Normal file
@ -0,0 +1,16 @@
|
||||
<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>
|
Reference in New Issue
Block a user