Stop using capture tags for card.html includes
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
{% elsif include.font %}
|
||||
<span class="{{ include.font }} panel-item panel-font" alt="{{ include.title }}"></span>
|
||||
{% endif %}
|
||||
{{include.description}}
|
||||
{{include.description | translate_text }}
|
||||
</p>
|
||||
<div>
|
||||
<p>
|
||||
@ -47,7 +47,7 @@
|
||||
{% endif %}
|
||||
</a>
|
||||
{% elsif include.page %}
|
||||
<a class="btn btn-{{include.color}} mb-1" href="{{include.page}}">
|
||||
<a class="btn btn-{{include.color}} mb-1" href="{{include.page | translate_page}}">
|
||||
{% if include.moretext %}
|
||||
{{include.moretext}}
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user