Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A a11yproject.com
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The A11Y Project
  • a11yproject.com
  • Merge requests
  • !988

Fix #987: Update id for Media section heading on Resources page

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/jendowns/resources-link-media into main 5 years ago
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: jendowns

Fixes #987 (closed)

This PR updates the "Media" heading id on the Resources page.

This fixes an issue where two headings on the page have the same id ("animation") and also fixes the TOC link for the "Animation" section.

Compare
  • main (base)

and
  • latest version
    296be093
    1 commit, 2 years ago

1 file
+ 1
- 1

    Preferences

    File browser
    Compare changes
src/resources.njk
+ 1
- 1
  • View file @ 296be093

  • Edit in single-file editor

  • Open in Web IDE


@@ -21,7 +21,7 @@ templateClass: template-resources
{% endfor %}
<h2 id="animation" class="c-heading-large">
<h2 id="media" class="c-heading-large">
Media
</h2>
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Administrator
Reference: a11yproject/a11yproject.com!988
Source branch: github/fork/jendowns/resources-link-media

Menu

Explore Projects Groups Snippets