Hi I have the following directory structure under Hugo:
My-site
–|content
----|pages
------|page1
--------index.md
–|layouts
----|_default
------|single.html contains <img src="image.jpg" alt="image" />
–|themes
----|hyde
------|images
------|layouts
--------|_default
----------|single.html
In which folder do I put image.jpg?
How do I write the src path to image.jpg?
Thanks for any help
David