apvarun / blist-hugo-theme

Blist is a clean and fast blog theme for your Hugo site.

Home Page:https://blist.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: make images clickable

mavogel opened this issue · comments

I'd love to have the possibility to click on images and then they become fullscreen aka zooming in.

I'm having a weird problem with blist theme where even trying to make a image a link via

[![](/img/my-image.jpg)](/img/my-image.jpg)

It displays the html instead of the image on the rendered page and the html text is clickable

<img src="/img/my-image.jpg" alt="">