open links in new tab

This commit is contained in:
yuki 2025-10-11 18:54:35 -03:00
parent 856cff9ee3
commit 50e1ed1a4e
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
4 changed files with 4 additions and 3 deletions

View file

@ -7,4 +7,5 @@
<li><a href="/links">links</a></li>
<li><a href="/contact">contact</a></li>
</ul>
<div id="nav-hover" class="box"></div>
</nav>

View file

@ -22,7 +22,7 @@ lastfm: false
<footer>
<marquee behavior="scroll" direction="left">
<a href="https://www.youtube.com/embed/w1dXpAJ1qfA"><img src="/img/Witch-on-broom.gif" alt=""></a>
<a href="https://www.youtube.com/embed/w1dXpAJ1qfA" target="_blank"><img src="/img/Witch-on-broom.gif" alt=""></a>
</marquee>
{% include "footer.njk" %}
</footer>

View file

@ -9,7 +9,7 @@ lastfm: true
<h2>please visit...</h3>
<div class="buttons">
{% for button in 88x31.buttons.people.slice(0, 5) %}
<a href="{{ button.link }}" title="{{ button.name }}">
<a href="{{ button.link }}" target="_blank" title="{{ button.name }}">
{% if button.image.startsWith("http") %}
<img src="{{ button.image }}" alt="{{ button.name }}">
{% else %}

View file

@ -24,7 +24,7 @@ const getTrack = async () => {
document.getElementById("listening").innerHTML = `
<div class="now-playing-wrapper box">
<h2>last played</h2>
<h2>listening to:</h2>
<div id="np">
<img src="${json.track.image[1]['#text']}">
<div id="trackInfo">