mirror of https://github.com/jpanther/congo.git
Compare commits
2 Commits
2b0b7b6566
...
7382bcc5c0
Author | SHA1 | Date |
---|---|---|
stereobooster | 7382bcc5c0 | |
stereobooster | 7d562c7b6d |
|
@ -41,7 +41,7 @@
|
|||
/>
|
||||
{{ end }}
|
||||
<img
|
||||
class="{{ $class }}"
|
||||
class="mx-auto my-0 rounded-md"
|
||||
{{ if eq .MediaType.SubType "svg" }}
|
||||
src="{{ .RelPermalink }}"
|
||||
{{ else }}
|
||||
|
@ -67,7 +67,7 @@
|
|||
</picture>
|
||||
{{ else }}
|
||||
<img
|
||||
class="{{ $class }}"
|
||||
class="mx-auto my-0 rounded-md"
|
||||
src="{{ $url.String }}"
|
||||
alt="{{ $altText }}"
|
||||
{{ if $lazyLoad }}
|
||||
|
|
Loading…
Reference in New Issue