Compare commits

..

No commits in common. "ad6f5602135b96cdf92b4128bbf8af8f1ac42198" and "df746e8482682133538f0dd7e6503d9de4a6ef25" have entirely different histories.

View File

@ -1,5 +1,4 @@
{{with .Data}}
{{if .Muted}}<details><summary> muted post </summary>{{end}}
<div id="status-{{.ID}}" class="status-container-container">
{{if .Reblog}}
<details>
@ -136,7 +135,7 @@
</a>
{{else}}
<a class="img-link" href="{{.URL}}" target="_blank" title="{{.Description}}">
<img class="status-image" src="{{.PreviewURL}}" alt="status-image" height="240" loading="lazy" />
<img class="status-image" src="{{.PreviewURL}}" alt="status-image" height="240" />
{{if (and $.Ctx.MaskNSFW $s.Sensitive)}}
<div class="status-nsfw-overlay"></div>
{{end}}
@ -294,5 +293,4 @@
{{end}}
{{end}}
</div>
{{if .Muted}}</details>{{end}}
{{end}}