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 }}
|
{{ end }}
|
||||||
<img
|
<img
|
||||||
class="{{ $class }}"
|
class="mx-auto my-0 rounded-md"
|
||||||
{{ if eq .MediaType.SubType "svg" }}
|
{{ if eq .MediaType.SubType "svg" }}
|
||||||
src="{{ .RelPermalink }}"
|
src="{{ .RelPermalink }}"
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
</picture>
|
</picture>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<img
|
<img
|
||||||
class="{{ $class }}"
|
class="mx-auto my-0 rounded-md"
|
||||||
src="{{ $url.String }}"
|
src="{{ $url.String }}"
|
||||||
alt="{{ $altText }}"
|
alt="{{ $altText }}"
|
||||||
{{ if $lazyLoad }}
|
{{ if $lazyLoad }}
|
||||||
|
|
Loading…
Reference in New Issue