2020-01-23 18:41:44 +03:00
|
|
|
<h2>Related links</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
{% for link in site.data.links %}
|
|
|
|
<li>
|
2020-01-23 19:08:52 +03:00
|
|
|
<a href="{{ link.url | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}" target="_blank">{{ link.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</a>
|
2020-01-23 18:41:44 +03:00
|
|
|
<span>—</span>
|
2020-01-23 19:08:52 +03:00
|
|
|
<span>{{ link.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</span>
|
2020-01-23 18:41:44 +03:00
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|