|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
{{ else }}
|
|
|
|
|
<a href="{{ .Honker }}" rel=noreferrer>
|
|
|
|
|
{{ end }}
|
|
|
|
|
<img alt="" src="/a?a={{ .Honker}}">
|
|
|
|
|
<img alt="" src="/a?a={{ .Honker}}" loading="lazy">
|
|
|
|
|
</a>
|
|
|
|
|
{{ if .Oonker }}
|
|
|
|
|
{{ if $bonkcsrf }}
|
|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
{{ else }}
|
|
|
|
|
<a href="{{ .Oonker }}" rel=noreferrer>
|
|
|
|
|
{{ end }}
|
|
|
|
|
<img alt="" src="/a?a={{ .Oonker}}">
|
|
|
|
|
<img alt="" src="/a?a={{ .Oonker}}" loading="lazy">
|
|
|
|
|
</a>
|
|
|
|
|
{{ end }}
|
|
|
|
|
<p>
|
|
|
|
@ -72,7 +72,7 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
|
|
|
|
|
{{ if $omitimages }}
|
|
|
|
|
<p><a href="/d/{{ .XID }}">Image: {{ .Name }}</a>{{ if not (eq .Desc .Name) }} {{ .Desc }}{{ end }}
|
|
|
|
|
{{ else }}
|
|
|
|
|
<p><img src="/d/{{ .XID }}" title="{{ .Desc }}" alt="{{ .Desc }}">
|
|
|
|
|
<p><img src="/d/{{ .XID }}" title="{{ .Desc }}" alt="{{ .Desc }}" loading="lazy">
|
|
|
|
|
{{ end }}
|
|
|
|
|
{{ end }}
|
|
|
|
|
{{ else }}
|
|
|
|
@ -82,7 +82,7 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
|
|
|
|
|
{{ if eq .Media "video/mp4" }}
|
|
|
|
|
<p><video controls src="{{ .URL }}">{{ .Name }}</video>
|
|
|
|
|
{{ else }}
|
|
|
|
|
<p><img src="{{ .URL }}" title="{{ .Desc }}" alt="{{ .Desc }}">
|
|
|
|
|
<p><img src="{{ .URL }}" title="{{ .Desc }}" alt="{{ .Desc }}" loading="lazy">
|
|
|
|
|
{{ end }}
|
|
|
|
|
{{ end }}
|
|
|
|
|
{{ end }}
|
|
|
|
|