|
|
@ -2,10 +2,10 @@
|
|
|
|
<figure>
|
|
|
|
<figure>
|
|
|
|
{{ if .image }}
|
|
|
|
{{ if .image }}
|
|
|
|
{{ $thumbnail := .image.Resize "500x" }}
|
|
|
|
{{ $thumbnail := .image.Resize "500x" }}
|
|
|
|
<a href="{{ .image.RelPermalink }}" target="_blank"><img src="{{ $thumbnail.RelPermalink }}" alt="{{ .submission.username }}'s submission"></a>
|
|
|
|
<a href="{{ .image.RelPermalink }}" target="_blank"><img src="{{ $thumbnail.RelPermalink }}" style="aspect-ratio: {{ .image.Width }} / {{ .image.Height }}" title="{{ .submission.username }}'s submission"></a>
|
|
|
|
<figcaption><a href="https://discord.com/users/{{ .submission.id }}"><i class="fab fa-discord"></i> {{ .submission.username }}</a></figcaption>
|
|
|
|
<figcaption><a href="https://discord.com/users/{{ .submission.id }}"><i class="fab fa-discord"></i> {{ .submission.username }}</a></figcaption>
|
|
|
|
{{ else }}
|
|
|
|
{{ else }}
|
|
|
|
<figcaption>Image not found!</figcaption>
|
|
|
|
<figcaption>Image not found!</figcaption>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
</figure>
|
|
|
|
</figure>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|