Why is my image specified by img src not shown on my webpage? #2921
Unanswered
weitse-hsu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm setting up pages on my personal website(hugo academics) and here is the structure of one of the folders I have:
In
_index.md, I have the following lines to read in a GIF file:In
intro.md, which is in the same folder as_index.md, I also have the same lines to read in the same GIF file. However, inlocalhost, the GIF file is shown in the page made by_index.md, but not the one built byintro.md. How can I solve the problem and why is this happening? Thanks in advance!All reactions