You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, in localhost, the GIF file is shown in the page made by _index.md, but not the one built by intro.md. How can I solve the problem and why is this happening? Thanks in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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!Beta Was this translation helpful? Give feedback.
All reactions