Could anyone tell me why my home page isn’t working? Like its not looping over the posts?
Link:
A possible problem: the source code for your site has both an index.markdown
and index.html
file, which might interfere with each other. I.e. Jekyll will convert index.markdown
into index.html
which may be overwritten by the empty index.html
in the source.
1 Like
Worked after removing one! Was figuring it for like for past past 1.5 hrs…now I can rest…Thanks