add: womp
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 22s

This commit is contained in:
2025-12-01 14:14:40 +00:00
parent 831674832b
commit c3b34a772c

View File

@@ -26,12 +26,12 @@
</div>
<!-- Button in bottom-right -->
{ % if project.button % }
{% if project.button %}
<button class="btn btn-primary project-btn"
onclick="window.location='{{ project.button[1] }}'">
{{ project.button[0] }}
</button>
{ % endif % }
{% endif %}
</div>
</a>