Fix: source link - target blank
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 27s

This commit is contained in:
Filip Rojek 2024-05-22 19:21:40 +02:00
parent e8ce3f9b75
commit cc4a827331

View File

@ -57,7 +57,7 @@
</main> </main>
<footer> <footer>
{% if config.extra.git %} {% if config.extra.git %}
<a href="{{ config.extra.git }}">Source</a> <a href="{{ config.extra.git }}" target="_blank">Source</a>
{% endif %}</p> {% endif %}</p>
<p>&copy; filiprojek.cz 2022 - {{ now() | date(format="%Y")}}</p> <p>&copy; filiprojek.cz 2022 - {{ now() | date(format="%Y")}}</p>
</footer> </footer>