Files
blog/blogroll.opml
T

14 lines
543 B
Plaintext
Raw Normal View History

2025-04-11 17:07:43 +00:00
---
---
2025-04-26 09:31:14 +00:00
<?xml version="1.0" encoding="utf-8"?>
2025-04-11 17:07:43 +00:00
<opml version="2.0">
<head>
<title>Mayx Blogroll</title>
2025-04-26 09:31:14 +00:00
<ownerName>Mayx</ownerName>
2025-04-11 17:07:43 +00:00
</head>
2025-04-11 17:16:01 +00:00
<body>{% for item in site.data.links %}
2025-04-26 17:41:45 +00:00
<outline text="{{ item.title | xml_escape }}" title="{{ item.title | xml_escape }}" {% if item.description %}description="{{ item.description | xml_escape }}" {% endif %}{% if item.feed_url %}type="rss" xmlUrl="{{ item.feed_url }}" {% else %}type="link" {% endif %}htmlUrl="{{ item.link }}" />{% endfor %}
2025-04-11 17:07:43 +00:00
</body>
</opml>