Images download on click

This commit is contained in:
dakedres 2024-02-10 02:08:58 -07:00
parent 8ad918c1f8
commit 7e1e753c6e

2
lib.js
View File

@ -342,7 +342,7 @@ export const renderPostDetail = (name, value) =>
export const renderImage = href => {
return `\
<a href="${href}"><img src="${href}" loading="lazy"></img></a>`
<a href="${href}" download><img src="${href}" loading="lazy"></img></a>`
}
export const renderDate = date =>