Fix: source link - target blank
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 27s
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 27s
This commit is contained in:
parent
e8ce3f9b75
commit
cc4a827331
@ -57,7 +57,7 @@
|
||||
</main>
|
||||
<footer>
|
||||
{% if config.extra.git %}
|
||||
<a href="{{ config.extra.git }}">Source</a>
|
||||
<a href="{{ config.extra.git }}" target="_blank">Source</a>
|
||||
{% endif %}</p>
|
||||
<p>© filiprojek.cz 2022 - {{ now() | date(format="%Y")}}</p>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user