Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 2bc0646

Browse files
authored
Merge branch '18f-pages' into dependabot/bundler/uswds-jekyll-5.5.0
2 parents 355cb56 + f6269c4 commit 2bc0646

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem 'uswds-jekyll', '~> 5.5'
2020

2121
# If you have any plugins, put them here!
2222
group :jekyll_plugins do
23-
gem "jekyll-feed", "~> 0.16"
23+
gem "jekyll-feed", "~> 0.17"
2424
end
2525

2626
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GEM
3434
terminal-table (~> 2.0)
3535
jekyll-autoprefixer (1.0.2)
3636
autoprefixer-rails (~> 9.3)
37-
jekyll-feed (0.16.0)
37+
jekyll-feed (0.17.0)
3838
jekyll (>= 3.7, < 5.0)
3939
jekyll-sass-converter (2.2.0)
4040
sassc (> 2.0.1, < 3.0)
@@ -78,7 +78,7 @@ PLATFORMS
7878

7979
DEPENDENCIES
8080
jekyll (~> 4.2.2)
81-
jekyll-feed (~> 0.16)
81+
jekyll-feed (~> 0.17)
8282
jekyll-sitemap (>= 1.4.0)
8383
tzinfo-data
8484
uswds-jekyll (~> 5.5)

pages/checklist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ It is important to note, while B and C are noted as less critical, they are stil
5757
* All links can be understood taken alone, e.g., 'Read more - about 508'
5858
6. <a href='../page-titles/'>Page titles are descriptive</a>
5959
7. <a href='../plugins/'>Required plugins are linked on the page</a>
60+
61+
### Checklist for accessible files
62+
We also need to create accessible files and assets. This includes slides, documents, forms, charts, and diagrams.
63+
64+
Use this [GSA only: Google tools checklist](https://docs.google.com/document/d/1DXiU7pBxMQogH5G4MFC79ki5xCMt1VlED5Mq-XUINmA/edit?usp=sharing) for creating more accessible files and assets.

0 commit comments

Comments
 (0)