This commit is contained in:
blankie 2022-10-08 17:09:13 +07:00
parent f6e011e687
commit 80459eccad
Signed by: blankie
GPG key ID: CC15FC822C7F61F5

View file

@ -51,10 +51,10 @@
`(div `(div
(p (p
,(if (non-empty-string? video-embed-code) ,(if (non-empty-string? video-embed-code)
`(span (a (@ (href (u-proxy-url raw-image-url))) "View original file") ". ") `(span (a (@ (href ,(u-proxy-url raw-image-url))) "View original file") ". ")
`(return-no-element)) `(return-no-element))
"Added by " "Added by "
(a (@ (href (u-proxy-url user-page-url))) username) (a (@ (href ,(u-proxy-url user-page-url))) ,username)
"." "."
,(if is-posted-in ,(if is-posted-in
`(span " Posted in " `(span " Posted in "