sat-sw-website/layouts/partials/header/brand.html
2023-12-09 19:52:32 +01:00

5 lines
171 B
HTML

<a class="navbar-brand" href="/">
{{ $image := resources.Get "images/unilogo_schriftzug_white.png" }}
<img src="{{ $image.RelPermalink }}" width=200 height=auto>
</a>