14 lines
369 B
HTML
14 lines
369 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 %#}
|
|
|
|
<div class="container" id="jumbotron-subtitle">
|
|
<nav id="site-navbar">{% include "includes/navbar.html" %}</nav>
|
|
</div> |