Change logo path
This commit is contained in:
parent
d32f1bc986
commit
72058a0481
12
assets/logo.svg
Normal file
12
assets/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 16 KiB |
@ -26,7 +26,7 @@ disableKinds = ["taxonomy", "section"]
|
|||||||
|
|
||||||
[Params]
|
[Params]
|
||||||
description = "Ein kleines bisschen italienisches Flair für Oldenburg"
|
description = "Ein kleines bisschen italienisches Flair für Oldenburg"
|
||||||
logo = "images/banner.jpg"
|
logo = "logo/Logo_BarFilipo_4C_pos.svg"
|
||||||
favicon = false
|
favicon = false
|
||||||
|
|
||||||
[Params.social]
|
[Params.social]
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
<p>{{ $image := resources.Get "logo/Logo_BarFilipo_4C_pos.svg" }}
|
<p>
|
||||||
|
{{ with resources.GetMatch "logo.*" }}
|
||||||
<span class="image fit">
|
<span class="image fit">
|
||||||
<img src="{{ $image.Permalink }}" width="300" height="300" alt="Bar Filipo">
|
<img src="{{ .Permalink }}" width="300" height="300" alt="Bar Filipo">
|
||||||
</span>
|
</span>
|
||||||
|
{{ end }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user