generated from nhcarrigan/template
fix: replace outdated forum link (#17)
### Explanation _No response_ ### Issue _No response_ ### Attestations - [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [x] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). ### Dependencies - [ ] I have pinned the dependencies to a specific patch version. ### Style - [x] I have run the linter and resolved any errors. - [x] My pull request uses an appropriate title, matching the conventional commit standards. - [x] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request. ### Tests - [ ] My contribution adds new code, and I have added tests to cover it. - [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes. - [ ] All new and existing tests pass locally with my changes. - [ ] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning Patch - My pull request introduces bug fixes ONLY. Reviewed-on: #17 Reviewed-by: Naomi Carrigan <accounts@nhcarrigan.com> Co-authored-by: Ilenia <ilenia@nhcarrigan.com> Co-committed-by: Ilenia <ilenia@nhcarrigan.com>
This commit was merged in pull request #17.
This commit is contained in:
@@ -20,3 +20,6 @@ blockExoticSubdeps: true
|
||||
|
||||
# Allow the lockfile to be updated during install (set to true in CI for stricter reproducibility)
|
||||
preferFrozenLockfile: false
|
||||
|
||||
allowBuilds:
|
||||
esbuild: set this to true or false
|
||||
|
||||
+5
-3
@@ -776,7 +776,7 @@ nhcarriganHeadersFooter.innerHTML = `
|
||||
</div>
|
||||
<hr class="social-list-divider" />
|
||||
<div class="social-list-item">
|
||||
<a href="https://forum.nhcarrigan.com" target="_blank" rel="noreferrer">
|
||||
<a href="https://support.nhcarrigan.com" target="_blank" rel="noreferrer">
|
||||
<i class="fa-brands fa-discourse"></i><span>Sign up for our forum~!</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -848,12 +848,14 @@ const interval = setInterval(() => {
|
||||
}, 1000);
|
||||
`;
|
||||
const nhcarriganHeadersFontAwesome = document.createElement("script");
|
||||
nhcarriganHeadersFontAwesome.src = "https://cdn.nhcarrigan.com/font-awesome/all.min.js";
|
||||
nhcarriganHeadersFontAwesome.src
|
||||
= "https://cdn.nhcarrigan.com/font-awesome/all.min.js";
|
||||
|
||||
const nhcarriganHeadersAnalytics = document.createElement("script");
|
||||
nhcarriganHeadersAnalytics.defer = true;
|
||||
nhcarriganHeadersAnalytics.src
|
||||
|
||||
= "https://analytics.nhcarrigan.com/js/pa-YUXAn1vhhRttySUAw_LMN.js";
|
||||
|
||||
const nhcarriganHeadersAnalytics2 = document.createElement("script");
|
||||
nhcarriganHeadersAnalytics2.innerHTML = `
|
||||
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
|
||||
|
||||
Reference in New Issue
Block a user