Splash Page delivers empty <div>s instead of content #3099
-
Environment
Expected behaviorThe homepage/first page of the site should be a splash page (as indicated in front matter) and contain the content that is also contained in the front matter. What Happened? How did this start?When I created the page, it was copied from a template I found somewhere in the repositories for the theme, and I replaced (almost) all the content and removed some sections as well. Later, as I was opening up my computer to work on stuff I browsed to the website and the whole content of the splash page was gone, except for the "Recent Posts" section I had added myself (it was not included in the template). Note that I added that section by copying a line of Liquid from somewhere else. I checked to see if this was some sort of error in rendering the page, by using the "view-source:" tool that Firefox provides to see the source that was received by the browser. In all the spaces there was supposed to be content and splash page stuff, there were just empty <div>s. I have tried all sorts of stuff to fix this and it has done pretty much nothing to the end result. The content is always missing. Steps to reproduce the behaviorGo to https://drewssite.top and you will see some lines at the top of the page. This is where the splash content is supposed to be. It is not there currently. OtherWhat I see when I load the page: there may be more posts there by the time i post this issue, i took the screenshot a while ago. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You have invalid YAML in your front matter: https://github.com/foxler2010/foxler2010.github.io/blob/master/index.md?plain=1#L48 |
Beta Was this translation helpful? Give feedback.
You have invalid YAML in your front matter:
https://github.com/foxler2010/foxler2010.github.io/blob/master/index.md?plain=1#L48