blob: 1bd42759d804322a8d1ac5ed27be4f1eea456878 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
---
<opml version="2.0">
<head>
<title>Mayx Blogroll</title>
</head>
<body>{% for link in site.data.links %}
<outline text="{{ item.description | xml_escape }}" title="{{ item.title | xml_escape }}" {% if item.feed_url %}xmlUrl="{{ item.feed_url }}"{% endif %} htmlUrl="{{ item.link }}" />{% endfor %}
</body>
</opml>
|