File diff 000000000000 → 000000000000
themes/bootstrap3/templates/includes/banner.html
Show inline comments
 
new file 100644
 
<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>
 
\ No newline at end of file