Skip to content
Snippets Groups Projects
Select Git revision
  • 4df946e981d7657cc041c73afaaf323d03be15c1
  • master default
  • prez
3 results

banner.html

Blame
  • user avatar
    mazenovi authored
    4df946e9
    History
    banner.html 332 B
    <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>