diff --git a/TODO.md b/TODO.md index aa711cc..4374c3a 100644 --- a/TODO.md +++ b/TODO.md @@ -6,9 +6,6 @@ We think a lot about the future of this site! Here's some things we'd like to ad - CI Checks - Performance, Accessibility, Best Practices, and SEO with [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/getting-started.md) - - HTML, CSS, and JS validation - - [x] [HTML-Validate](https://html-validate.org/) - - [csstree-validator](https://www.npmjs.com/package/csstree-validator) - Grammar checking for source files(including inclusive language, spell checking, and other basic checks) - Checking for valid [Microformats](https://microformats.org/wiki/Main_Page) data on all pages @@ -20,3 +17,10 @@ We think a lot about the future of this site! Here's some things we'd like to ad - Possibly [Structured Data](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data) - Slideshow mode for articles that are presented + +Done: + +- [x] HTML and CSS validation + - [x] [HTML-Validate](https://html-validate.org/) + - [x] [csstree-validator](https://www.npmjs.com/package/csstree-validator) + - Note: Does not work lmao diff --git a/src/_components/flag_text.vto b/src/_components/flag_text.vto index 57a32e9..e90bef4 100644 --- a/src/_components/flag_text.vto +++ b/src/_components/flag_text.vto @@ -1,10 +1,10 @@ {{ if flag == "trans" }} -
+ trans -
+ {{ else if flag == "lesbian" }} -+ lesbian -
+ {{ /if }} diff --git a/src/_includes/layouts/about.vto b/src/_includes/layouts/about.vto index 74f8a91..0e8f941 100644 --- a/src/_includes/layouts/about.vto +++ b/src/_includes/layouts/about.vto @@ -7,7 +7,7 @@ -