This PR adds an id attribute to the 'Chapters' h2 element in the course pages. The id attribute allows users to easily bookmark the section and navigate directly to it.
Changes Made
Added id attribute with the value 'chapters' to the 'Chapters' h2 element in the layouts/lessons/single.html file.
Testing
Manually tested the changes by verifying that the id attribute is correctly added to the 'Chapters' h2 element.
Verified that the bookmark functionality works as expected by bookmarking the section and navigating to it using the bookmark.
Related Issue
This PR addresses issue #7.
Checklist
[ ] Tested the changes locally
[ ] Updated the documentation, if necessary
[ ] Reviewed the code changes
Screenshots (if applicable)
N/A
Fixes #7.
To checkout this PR branch, run the following command in your terminal:
Description
This PR adds an id attribute to the 'Chapters' h2 element in the course pages. The id attribute allows users to easily bookmark the section and navigate directly to it.
Changes Made
Testing
Related Issue
This PR addresses issue #7.
Checklist
Screenshots (if applicable)
N/A
Fixes #7.
To checkout this PR branch, run the following command in your terminal: