Skip to content

Commit d20588e

Browse files
merge: Merge branch 'main' into gh-pages
2 parents 1ca8642 + 48b52b6 commit d20588e

11 files changed

Lines changed: 2107 additions & 52 deletions

File tree

_components/footer/inject.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ document.addEventListener('DOMContentLoaded', () => {
159159
<a href="https://github.com/notfoundpages" target="_blank" rel="noopener" class="footer-link">
160160
<i class="ph-bold ph-arrow-up-right"></i> Contribute
161161
</a>
162+
<a href="/community/security/" target="_blank" rel="noopener" class="footer-link">
163+
<i class="ph-bold ph-arrow-up-right"></i> Security
164+
</a>
162165
</div>
163166
</div>
164167
@@ -168,7 +171,7 @@ document.addEventListener('DOMContentLoaded', () => {
168171
<i class="ph ph-shield"></i> Legal
169172
</h3>
170173
<div class="footer-links">
171-
<a href="/license/" class="footer-link">
174+
<a href="/legal/license/" class="footer-link">
172175
<i class="ph-bold ph-arrow-up-right"></i> License
173176
</a>
174177
<a href="https://github.com/notfoundpages" target="_blank" rel="noopener" class="footer-link">

0 commit comments

Comments
 (0)