11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
<p>
|
|
{% for neighbor in neighbors -%}
|
|
{%- if neighbor.link -%}
|
|
<a href="{{ neighbor.link }}" rel="noreferrer nofollow noopener external" target="_blank">
|
|
{%- endif -%}
|
|
<img src="/assets/img/{{ neighbor.image }}" alt="{{ neighbor.label }}"/>
|
|
{%- if neighbor.link -%}
|
|
</a>
|
|
{%- endif -%}
|
|
{%- endfor %}
|
|
</p> |