11 lines
245 B
HTML
11 lines
245 B
HTML
<div id="jumbotron-title">
|
|
<div class="container">
|
|
<h1><a href="{{ SITEURL }}/">{{ SITENAME }}</a></h1>
|
|
</div>
|
|
</div>
|
|
{% if SITESUBTITLE %}
|
|
<div class="container" id="jumbotron-subtitle">
|
|
<h2>{{ SITESUBTITLE }}</h2>
|
|
</div>
|
|
{% endif %}
|