Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

top level HTML page builds without the page content (v0.10.0-alpha.1) #456

Closed
1 of 5 tasks
thescientist13 opened this issue Dec 24, 2020 · 1 comment · Fixed by #476
Closed
1 of 5 tasks

top level HTML page builds without the page content (v0.10.0-alpha.1) #456

thescientist13 opened this issue Dec 24, 2020 · 1 comment · Fixed by #476
Assignees
Labels
alpha.7 bug Something isn't working CLI good first issue Good for newcomers P0 Critical issue that should get addressed ASAP v0.10.0

Comments

@thescientist13
Copy link
Member

Type of Change

  • New Feature Request
  • Documentation / Website
  • Improvement / Suggestion
  • Bug
  • Other (please clarify below)

Summary

Noticed that if there is a top level page, e.g.

src/
  pages/
    index.html
    test.html // <--- this file
<!DOCTYPE html>
<html lang="en" prefix="og:http://ogp.me/ns#">

  <body>
    <h1>Test!!!!!</h1>
  </body>

</html>

Doesn't display any content on the page. Routing and everything seems OK though, fwiw.
Screen Shot 2020-12-24 at 12 51 49 PM

Details

Tested in #449 which gets us close, but not all the way there. Should also see if #450 helps at all. Probably just a small thing in the transforms logic.

@thescientist13 thescientist13 added bug Something isn't working good first issue Good for newcomers CLI labels Dec 24, 2020
@thescientist13 thescientist13 self-assigned this Dec 24, 2020
@thescientist13 thescientist13 removed their assignment Dec 24, 2020
@thescientist13 thescientist13 added the P0 Critical issue that should get addressed ASAP label Dec 25, 2020
@thescientist13 thescientist13 self-assigned this Dec 25, 2020
@thescientist13
Copy link
Member Author

thescientist13 commented Dec 25, 2020

This is actually causing the Plugins -> index section to not show, probably related to index naming collision, so try and fix that too please. :)
b2be2da#diff-f7b32ce37b7894cd1e457db442f27944af5e799d7880860ed331c4bb89a479cbR162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpha.7 bug Something isn't working CLI good first issue Good for newcomers P0 Critical issue that should get addressed ASAP v0.10.0
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant