mirror of
https://github.com/Booteille/bibliogram.git
synced 2025-04-20 01:16:55 +00:00
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
mixin image(url)
|
|
-
|
|
let params = new URLSearchParams()
|
|
params.set("url", url)
|
|
img(src="/imageproxy?"+params.toString())&attributes(attributes)
|