Replies: 1 comment 12 replies
-
|
I am getting these errors: |
Beta Was this translation helpful? Give feedback.
12 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
How did you create the site?
Built from
jekyll-theme-chirpyDescription
I'm currently using the following workflow on this site:
Here
htmlprooferis used to check my Jekyll site after building it, and I'm encountering several errors that I'm struggling to understand and resolve. Here are the two main types of issues I’m facing:1. Missing
hrefreferences in<a>tagsI'm seeing the following errors in my site files:
This is happening across multiple pages in my
_sitedirectory, such as:404.htmlabout/index.htmlblogging/tutorial/customize-the-favicon/index.htmlIt seems that
htmlprooferis flagging<a>tags that are missinghrefattributes. I’ve checked my templates and content files, but I can’t seem to figure out why these links are missing references. Does anyone have suggestions for how to fix this?2. Invalid internal links
I’m also getting warnings about internal links that point to non-existent pages:
For example:
blogging/tutorial/write-a-new-post/index.htmlis linking to../text-and-typography//chirpy-test/getting-started/that don’t exist.Could someone guide me on how to fix these broken internal links or why they might be incorrectly pointing to these paths?
Operations you have already tried
I’ve tried the following solutions:
_config.ymlfor any misconfigurations.But I’m still facing these errors.
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions