diff --git a/.github/ACCESSIBILITY_STATEMENT.md b/.github/ACCESSIBILITY_STATEMENT.md index bbf2e02..480bb50 100644 --- a/.github/ACCESSIBILITY_STATEMENT.md +++ b/.github/ACCESSIBILITY_STATEMENT.md @@ -36,7 +36,7 @@ The [webring's issue tracker](https://github.com/ericwbailey/a11y-webring.club/i ## Reporting issues -I ([Eric Bailey](https://ericwbailey.website/)) ask that you please let me know if discover an accessibility-related issue. I take these issues extremely seriously and will fix them as fast as possible. i will also include you in the process, if desired. +I ([Eric Bailey](https://ericwbailey.website/)) ask that you please let me know if discover an accessibility-related issue. I take these issues extremely seriously and will fix them as fast as possible. I will also include you in the process, if desired. You can submit an accessibility issue by [filing a bug report using the issue tracker's bug issue template](https://github.com/ericwbailey/a11y-webring.club/issues/new?assignees=ericwbailey&labels=bug&projects=&template=bug-report.yml&title=%5BBug%5D+). diff --git a/data/members/Eric Bailey.json b/data/members/Eric Bailey.json index 9f13401..9bece20 100644 --- a/data/members/Eric Bailey.json +++ b/data/members/Eric Bailey.json @@ -4,6 +4,7 @@ "url": "https://ericwbailey.website/colophon/", "github": "https://github.com/ericwbailey", "linkedin": "https://www.linkedin.com/in/ericwbailey/", + "bluesky": "https://bsky.app/profile/ericwbailey.website", "mastodon": "https://social.ericwbailey.website/@eric", "rss": "https://ericwbailey.website/feed/feed.xml" } diff --git a/includes/widget.njk b/includes/embed.njk similarity index 98% rename from includes/widget.njk rename to includes/embed.njk index e555805..e959ab6 100644 --- a/includes/widget.njk +++ b/includes/embed.njk @@ -1,3 +1,4 @@ +
diff --git a/includes/footer.njk b/includes/footer.njk index c31949c..680909c 100644 --- a/includes/footer.njk +++ b/includes/footer.njk @@ -1,6 +1,6 @@- Made with Eleventy, Netlify, GitHub, and love. +
+ Made with Eleventy, Netlify, GitHub, and love.
diff --git a/includes/head.njk b/includes/head.njk index de0185c..0831bf7 100644 --- a/includes/head.njk +++ b/includes/head.njk @@ -1,7 +1,7 @@ - + @@ -14,8 +14,8 @@ - - +{# + #} diff --git a/includes/intro.njk b/includes/intro.njk index 6698ee9..7948a38 100644 --- a/includes/intro.njk +++ b/includes/intro.njk @@ -5,5 +5,5 @@ {{ metadata.title }}
- {{ metadata.description }} + A webring for digital accessibility practitioners
diff --git a/includes/members.njk b/includes/members.njk index fcb4cd5..7d88c38 100644 --- a/includes/members.njk +++ b/includes/members.njk @@ -62,6 +62,14 @@ {% endif %} + {# {% if member.bluesky %} +