Update Plausible script src - #702
Merged
Merged
Conversation
ludeeus
approved these changes
Aug 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation site’s custom extrahead override to use the new Plausible analytics site script URL.
Changes:
- Replace the Plausible script
srcin the MkDocs/Jinja override template.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| {% block extrahead %} | ||
| {{ super() }} | ||
| <script async src="https://plausible.openhomefoundation.org/js/pa-GYrJt4yZ1JGFK2tTFRKPd.js"></script><script> window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}}; plausible.init()</script> | ||
| <script async src="https://plausible.openhomefoundation.org/js/pa-yXO_VcjbsD8Bs4w6PgY5_.js"></script><script> window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}}; plausible.init()</script> |
mrdarrengriffin
pushed a commit
to mrdarrengriffin/hacs.xyz
that referenced
this pull request
Aug 14, 2026
Merging main into this branch silently dropped the script src bump from hacs#702, because that commit edited the tracker line in main.html while this branch had replaced that whole file with an include. Move the new ID into the `extra` value the partial reads. Also declare `requests` explicitly. source/macros.py has always imported it and both pinned plugins depend on it, so builds were never actually broken, but the hook makes a second first-party use of a package the project never asked for. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UkMvZDbHQRYGY1u1P53uFd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use new Plausible site script