bar-filipo.de/layouts/partials/logo_with_button.html

14 lines
338 B
HTML

<section class="wrapper style1 align-center">
<div class="content">
{{ partial "logo" }}
{{ if isset . "subtext" }}
<p>
{{ .subtext | markdownify }}
</p>
{{ end }}
<ul class="actions stacked">
<li><a href="{{ $.Site.Home.Permalink }}" class="button large wide">Zurück zur Startseite</a></li>
</ul>
</div>
</section>