t-r.de/theme/templates/includes/jumbotron.html
2025-02-04 20:54:22 +01:00

10 lines
244 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 %}