Open links in new tabs #1

Open
sandro wants to merge 1 commits from new-tab into master
1 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@
</p>
{% if let Some(url) = url %}
<h3 itemprop="name">
<a href="{{ url }}" itemprop="url">
<a href="{{ url }}" target="_blank" itemprop="url">
{{ e.summary }}
</a>
</h3>
@ -65,13 +65,13 @@
<footer>
<p>
Maschinenlesbarer Export:
<a href="export.ics">ICS</a>
<a href="export.ics" target="_blank">ICS</a>
</p>
<p>
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>
</footer>
</body>