mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Merge pull request #417 from LelouchFR/dev
This commit is contained in:
commit
afdfb0313c
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -70,3 +70,7 @@ static-text.json
|
|||
|
||||
# keep browserified files out
|
||||
*.bundled.js
|
||||
|
||||
# remove nuxt files from passing from nuxt-refactor to master
|
||||
.nuxt
|
||||
.data
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
</text>
|
||||
</g>
|
||||
</svg>
|
||||
<p>Copyright 2024</p>
|
||||
<p>Copyright <span id="copyright-year">2024</span></p>
|
||||
<p>Site by <a href="https://mrjvs.com/" target="_blank">mrjvs</a>, <a href="https://jipfr.nl/" target="_blank">jipfr</a> & <a href="https://limes.pink/" target="_blank">pinklimes</a></p>
|
||||
</div>
|
||||
<div>
|
||||
|
|
@ -71,6 +71,9 @@
|
|||
|
||||
{{#section 'foot'}}
|
||||
<script>
|
||||
const copyrightYear = document.querySelector("span#copyright-year");
|
||||
copyrightYear.innerText = new Date().getFullYear();
|
||||
|
||||
const bandwidthRaccoon = document.querySelector("footer img.bandwidth-raccoon");
|
||||
const bandwidthRaccoonWrapper = document.querySelector("footer .bandwidth-raccoon-wrapper");
|
||||
const bandwidthRaccoonBubbleText = document.querySelector("footer .bandwidth-raccoon-wrapper .text-bubble p");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user