Add partial for logo an button to start page
This commit is contained in:
parent
8093c39b17
commit
7505e734df
16
layouts/partials/logo_with_button.html
Normal file
16
layouts/partials/logo_with_button.html
Normal file
@ -0,0 +1,16 @@
|
||||
<section class="wrapper style1 align-center">
|
||||
<div class="content">
|
||||
<p>{{ $image := resources.Get "logo/Logo_BarFilipo_4C_pos.svg" }}
|
||||
<span class="image fit">
|
||||
<img src="{{ $image.Permalink }}" width="300" height="300" alt="Bar Filipo">
|
||||
</span>
|
||||
{{ if isset . "subtext" }}
|
||||
<p>
|
||||
{{ .subtext | markdownify }}
|
||||
</p>
|
||||
{{ end }}
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ $.Site.Home.Permalink }}" class="button primary large wide">Zurück zur Startseite</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
Loading…
x
Reference in New Issue
Block a user