grav-theme-future2021/templates/partials/sidebar-bits/intro.html.twig
2024-01-04 22:42:46 +01:00

10 lines
No EOL
272 B
Twig
Executable file

<!-- Intro -->
<section id="intro">
<a href="{{ home_url }}" class="logo" rel="nofollow" title="{{ site.title|raw }}">
{% include 'partials/logo.html.twig' %}
</a>
<header>
<h2>{{ site.title|e('html') }}</h2>
<p>{{theme_config.slogan|raw}}</p>
</header>
</section>