In each of the index.md files, for post1 and post2, what syntax should I use to embed image1.jpg and image2.jpg? When I use this:
![image](image1.jpg)
The result works on the dedicated post1/post2 pages but not on my homepage which displays recent blog posts in a column. In the latter case the filepath is broken.
I’m struggling to find a clear answer in the documentation — I have a sense that it should involve relURL but can’t figure out the syntax. Thanks!
It seems like this is not incredibly clear in the Hugo documentation (I keep finding that I have to refer to other ppl’s guides to get answers I can understand, maybe Hugo is just too advanced for me?)