Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ Developer Resources <dev-resources>

<script async defer src="https://buttons.github.io/buttons.js"></script>

<script src="_static/fetch_student_count.js"></script>
## <script src="_static/fetch_student_count.js"></script>
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

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

The script tag should not be prefixed with markdown heading syntax. This is an HTML script element that needs to execute JavaScript to fetch and display student counts dynamically. Adding "## " before it will prevent the script from functioning correctly and may render it as visible text on the page instead of executing it. The script tag should remain as plain HTML without any markdown formatting.

Suggested change
## <script src="_static/fetch_student_count.js"></script>
<script src="_static/fetch_student_count.js"></script>

Copilot uses AI. Check for mistakes.
Loading