chore: clean footer bracket

!15
This commit is contained in:
2024-05-31 15:13:54 +09:30
parent 8e338c7ca0
commit 95f7cb2bfc

View File

@ -100,9 +100,9 @@ section h2 span svg {
{% else %}
development
{% endif %}
({% if build_details.project_url %}(<a href="{{ build_details.project_url }}/-/commit/{{ build_details.sha }}" target="_blank">{% endif %}
( {% if build_details.project_url %}<a href="{{ build_details.project_url }}/-/commit/{{ build_details.sha }}" target="_blank">{% endif %}
{{ build_details.sha }}
{% if build_details.url%}</a>{% endif %})
{% if build_details.url%}</a>{% endif %} )
</span>
<span></span>
</footer>