Remove all a target

This commit is contained in:
June Hardy 2021-04-27 10:08:13 +02:00
parent 9490655a0f
commit 4d1d79e269
1 changed files with 7 additions and 7 deletions

View File

@ -36,32 +36,32 @@
<div id="social-links">
{% if section.extra.instagram %}
<a href="{{ section.extra.instagram }}" title="Instagram" target="_blank">
<a href="{{ section.extra.instagram }}" title="Instagram">
<div class="social" id="instagram"></div>
</a>
{% endif %}
{% if section.extra.liberapay %}
<a href="{{ section.extra.liberapay }}" title="Liberapay" target="_blank">
<a href="{{ section.extra.liberapay }}" title="Liberapay">
<div class="social" id="liberapay"></div>
</a>
{% endif %}
{% if section.extra.linkedin %}
<a href="{{ section.extra.linkedin }}" title="LinkedIn" target="_blank">
<a href="{{ section.extra.linkedin }}" title="LinkedIn">
<div class="social" id="linkedin"></div>
</a>
{% endif %}
{% if section.extra.mastodon %}
<a href="{{ section.extra.mastodon }}" title="Mastodon" target="_blank">
<a href="{{ section.extra.mastodon }}" title="Mastodon">
<div class="social" id="mastodon"></div>
</a>
{% endif %}
{% if section.extra.pleroma %}
<a href="{{ section.extra.pleroma }}" title="Pleroma" target="_blank">
<a href="{{ section.extra.pleroma }}" title="Pleroma">
<div class="social" id="pleroma"></div>
</a>
{% endif %}
{% if section.extra.twitter %}
<a href="{{ section.extra.twitter }}" title="Twitter" target="_blank">
<a href="{{ section.extra.twitter }}" title="Twitter">
<div class="social" id="twitter"></div>
</a>
{% endif %}
@ -71,7 +71,7 @@
{% endblock toc %}
<footer>
Powered by <a href="https://getzola.org" target="_blank">Zola</a> / <a href="https://github.com/june-coloc/ligilo" target="_blank">ligilo</a>
Powered by <a href="https://getzola.org">Zola</a> / <a href="https://github.com/june-coloc/ligilo">ligilo</a>
</footer>
</body>
</html>