add: womp
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 22s
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 22s
This commit is contained in:
@@ -26,12 +26,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Button in bottom-right -->
|
<!-- Button in bottom-right -->
|
||||||
{ % if project.button % }
|
{% if project.button %}
|
||||||
<button class="btn btn-primary project-btn"
|
<button class="btn btn-primary project-btn"
|
||||||
onclick="window.location='{{ project.button[1] }}'">
|
onclick="window.location='{{ project.button[1] }}'">
|
||||||
{{ project.button[0] }}
|
{{ project.button[0] }}
|
||||||
</button>
|
</button>
|
||||||
{ % endif % }
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user