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