-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There were 176 JavaScript and legacy HTML errors. This commit fixes that. This commit: - Fixes eslint errors, ignoring only the resolution of the csv-parse library. From quick research, this is a common problem. - Fixes HTML validation errors, making tags compliant. (e.g. wraps <figcaption> in <figure>) - Sets the passthrough mode in 11ty. Adding `assets/` as a passthrough caused "not a directory" errors, and setting this mode fixed those errors. - Changes some .md files to .html. Several files were HTML but rendering as Markdown, resulting in the Markdown renderer adding tons of extraneous <p> or </p> tags but not closing them. - Incidentally reorganizes services_projects folder to projects/services/. HTML is not guaranteed to be fully correct.
- Loading branch information
Showing
47 changed files
with
326 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
{ | ||
"admi.js": "/assets/_common/js/admin.js", | ||
"ap.js": "/assets/_common/js/app.js", | ||
"inde.html": "/assets/presentations/presentation-README/index.html", | ||
"admin.js": "/assets/js/admin-3AAZDPS4.js", | ||
"admin.map": "/assets/js/admin-3AAZDPS4.js.map", | ||
"app.js": "/assets/js/app-VJ5WPKYD.js", | ||
"app.map": "/assets/js/app-VJ5WPKYD.js.map", | ||
"external.js": "/assets/js/external-links.js", | ||
"uswds.js": "/assets/js/uswds-init.js", | ||
"styles.css": "/assets/styles/styles-YNYM6ERT.css", | ||
"styles.map": "/assets/styles/styles-YNYM6ERT.css.map" | ||
} |
Oops, something went wrong.