mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
10 lines
No EOL
272 B
Twig
Executable file
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> |