Skip to content

Commit

Permalink
banner
Browse files Browse the repository at this point in the history
  • Loading branch information
TrebledJ committed Nov 7, 2023
1 parent 91bd559 commit c660960
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _data/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ module.exports = function () {
icon: 'rocket',
content: `
This site has buffed up and moved to
<a href="https://trebledj.xyz" class="text-white">***trebledj.xyz***</a>!
<a id="trebledjxyz" class="text-white" style="cursor:pointer;">***trebledj.xyz***</a>!!!
The .github.io version will stay around though... for now...
<script>
document.getElementById('trebledjxyz').addEventListener('click', function () { document.location.host='trebledj.xyz'; });

Check failure on line 19 in _data/site.js

View workflow job for this annotation

GitHub Actions / ESLint

_data/site.js#L19

This line has a length of 127. Maximum allowed is 120 (max-len)
</script>
`.trim().replace(/^[ \t]+/gm, ''),
} : {
enabled: false,
Expand Down

0 comments on commit c660960

Please sign in to comment.