Open links in new tabs

This commit is contained in:
Sandro - 2023-11-12 17:34:56 +01:00
parent eb732ca125
commit 4824981636
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@
</p> </p>
{% if let Some(url) = url %} {% if let Some(url) = url %}
<h3 itemprop="name"> <h3 itemprop="name">
<a href="{{ url }}" itemprop="url"> <a href="{{ url }}" target="_blank" itemprop="url">
{{ e.summary }} {{ e.summary }}
</a> </a>
</h3> </h3>
@ -65,13 +65,13 @@
<footer> <footer>
<p> <p>
Maschinenlesbarer Export: Maschinenlesbarer Export:
<a href="export.ics">ICS</a> <a href="export.ics" target="_blank">ICS</a>
</p> </p>
<p> <p>
Ein Projekt des Ein Projekt des
<a href="https://www.c3d2.de/">C3D2</a> <a href="https://www.c3d2.de/" target="_blank">C3D2</a>
- -
<a href="https://gitea.c3d2.de/astro/ticker">Code</a> <a href="https://gitea.c3d2.de/astro/ticker" target="_blank">Code</a>
</p> </p>
</footer> </footer>
</body> </body>