main #1

Merged
moke merged 153 commits from Frontend/Homepage:main into main 2023-02-27 22:23:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8927697077 - Show all commits

View File

@ -8,5 +8,5 @@
{{- end }}
{{- $img := resources.Get $src | resources.Fingerprint }}
<p>
<img class="pure-img centered pad-vertical" src="{{ $img.RelPermalink }}" alt="{{ $alt }}">
<img class="centered pad-vertical" src="{{ $img.RelPermalink }}" alt="{{ $alt }}">
</p>