brokenco.de/_includes/pages.html

11 lines
289 B
HTML
Raw Normal View History

{% for item in site.data.pages.pages %}
<a href="{{ item.url | relative_url}}">{{ item.name }}</a>
2021-03-20 22:55:46 +00:00
{% if item.url contains ".xml" %}
<img src="/images/rss.png"
alt="RSS"
height="14px"
style="margin-bottom: 0; display: inline;"/>
{% endif %}
&nbsp;&nbsp;
{% endfor %}