Refactoring tasks #80

Merged
sixtus merged 20 commits from refactoring into main 2023-01-02 15:59:31 +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>