Automatically key external links in card and cardv2
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
<div>
|
||||
<p>
|
||||
{% if include.url %}
|
||||
<a class="btn btn-{{include.color}} mb-1" href="{{include.url}}">
|
||||
<a class="btn btn-{{include.color}} mb-1" href="{{include.url | translate_text}}">
|
||||
{% if include.website %}
|
||||
{{include.website | translate_text }}
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user