How To Set An Image Title In Hugo Using Org-Mode Markup
One of the differences between using markdown and org-mode markup for writing Hugo pages is how you set the alternative text and title of an image.
In markdown, you would write it as
![alt text](dummy-image.png "Image Title") Where in org-mode, typically you would use a caption like this
#+CAPTION: Image Title [[file:dummy-image.png]] and that would be the end of it. However in Hugo, if we use that format, we end up with this