We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd2cec commit b22d0b3Copy full SHA for b22d0b3
static/logo.png renamed to assets/img/logo.png
layouts/partials/header.html
@@ -1,5 +1,7 @@
1
<a href="/">
2
- <img src="/logo.png" class="mt-4 mb-2" width="400" height="174" alt="Open Transport Community Logo" />
+ {{ with resources.Get "img/logo.png" | resources.Fingerprint }}
3
+ <img src="{{ .Permalink }}" class="mt-4 mb-2" width="{{ .Width }}" height="{{ .Height }}" alt="Open Transport Community Logo" />
4
+ {{ end }}
5
</a>
6
7
<h1 class="text-3xl sm:text-5xl font-bold my-4 text-center">
0 commit comments