7 lines
158 B
HTML
7 lines
158 B
HTML
<p>
|
|
{{ with resources.GetMatch "logo.*" }}
|
|
<span class="image fit">
|
|
<img src="{{ .Permalink }}" width="300" height="300" alt="Bar Filipo">
|
|
</span>
|
|
{{ end }}
|