Skip to content

Conversation

kjaymiller
Copy link
Contributor

Issue Link 🔗:

Type of Change

  • Bug fix 🐞
  • New feature/page
  • Documentation update
  • Other

Description 📋

Fixes the accessibility errors causing things to fail.

  • What: Provide an overview of the issue this PR addresses. Explain the context and background information.

  • Why: Describe why the changes are being made. Highlight key updates, new features, or bug fixes.

  • How: Explain how these changes will affect the project or end-users.

Checklist ✅

  • Followed the Code of Conduct and Contribution Guide
  • Ran pre-commit run --all
  • All tests pass locally
  • Added tests (if applicable)
  • Documentation updated (if applicable)

Additional Notes & Screenshots

Add any additional notes or comments that might be helpful for the reviewers.

patterns:
- name: "Global Defaults"
pattern: "blog./*.md" # match ALL `.md` files
pattern: "_posts./*.md" # match ALL `.md` files
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

our blog posts are at _posts

script.id = "commitchange-script";
script.src = "https://us.commitchange.com/js/donate-button.v2.js";

script.onload = function () {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't executing before the A11y testing so this was moved out of this script

title: BAOVOLA Marie Anna Added to BPD Council
date: 2025-04-28
author: Jay Miller
layout: post
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adds the layout

@kjaymiller kjaymiller force-pushed the push-ptzptpuumxoy branch from efdbb82 to 2bd4518 Compare May 13, 2025 02:24
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the a11y testing is a part of pytest we don't need to versions of this. We test a11y everytime we run pytest

@kjaymiller kjaymiller requested a review from TimOsahenru May 13, 2025 02:42
@kjaymiller kjaymiller linked an issue May 13, 2025 that may be closed by this pull request
@kjaymiller kjaymiller merged commit 7a0dcfd into gh-pages May 14, 2025
7 checks passed
kjaymiller added a commit that referenced this pull request May 16, 2025
kjaymiller added a commit that referenced this pull request May 16, 2025
@kjaymiller kjaymiller deleted the push-ptzptpuumxoy branch May 18, 2025 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update accessibility errors
2 participants