1
0
مراية لـ https://github.com/Mabbs/mabbs.github.io تم المزامنة 2026-07-20 08:41:51 +00:00
- /blogroll.opml
- /links.md
هذا الالتزام موجود في:
mayx
2025-04-11 17:16:01 +00:00
الأصل 91dd8a34ea
التزام e8f6fbe1e7
2 ملفات معدلة مع 3 إضافات و3 حذوفات

عرض الملف

@@ -5,7 +5,7 @@
<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>{% for item 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>