Conversation
|
I'm not a fan – you can include images with |
|
But then we would have to go through all the old html right? |
|
yes, but my understanding is that without that, the images wouldn't be part of what gets deployed, anyways, right? |
|
Only if we were to update hugo, which we don't have to |
I don't understand. in the old blog entries, the included images, they never get uploaded to any webserver, because hugo doesn't know how to find them, even if we allow By the way, all the local images I can find in a quick scan (``) in |
When I tried generating the pages locally by running
hugoI noticed it wasnt including<img src...tags, but instead replacing them with<!-- raw HTML omitted -->and this fixes it, in one of the recent releases this started happening https://discourse.gohugo.io/t/raw-html-getting-omitted-in-0-60-0/22032