mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-19 00:18:55 +00:00
8 lines
No EOL
184 B
Twig
Executable file
8 lines
No EOL
184 B
Twig
Executable file
<!-- Intro -->
|
|
<section id="intro">
|
|
{% include 'partials/logo.html.twig' %}
|
|
<header>
|
|
<h2>{{ site.title|e('html') }}</h2>
|
|
<p>{{theme_config.slogan|raw}}</p>
|
|
</header>
|
|
</section> |