File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
templates/components/styles Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 4
4
<h3 class =" card__heading" >
5
5
<a href =" {{ crosslink ['url' ] }}" class =" card__link" >{{ crosslink ['title' ] }}</a >
6
6
</h3 >
7
- <p >
8
- {% if crosslink ['text' ] is defined %}{{ crosslink ['text' ]| raw }}{% endif %}
9
- </p >
10
- <p class =" txt-pluto" >
11
- {% if crosslink ['category' ] is defined %}{{ crosslink ['category' ]| crosslink_type| trans({}, ' w3c_website_templates_bundle' ) }}{% endif %}
12
- </p >
7
+ {% if crosslink ['text' ] is defined %}
8
+ <p >
9
+ {{ crosslink ['text' ]| raw }}
10
+ </p >
11
+ {% endif %}
12
+ {% if crosslink ['category' ] is defined %}
13
+ <p class =" txt-pluto" >
14
+ {{ crosslink ['category' ]| crosslink_type| trans({}, ' w3c_website_templates_bundle' ) }}
15
+ </p >
16
+ {% endif %}
13
17
</div >
14
18
{% if crosslink ['img' ] is defined and crosslink ['img' ] %}
15
19
<div class =" l-frame l-frame--16-9 card__image" >
28
32
</div >
29
33
{% endif %}
30
34
</div >
31
- </li >
35
+ </li >
You can’t perform that action at this time.
0 commit comments