mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-19 23:22:03 +00:00
- /css/gitalk.css - /js/aes.js - /js/gitalk.min.js - /js/jquery.min.js - /js/main.js - /js/rss-feed-preview.js - /js/simple-jekyll-search.min.js - /assets/css/gitalk.css - /assets/js/rss-feed-preview.js - /assets/js/main.js - /assets/js/jquery.min.js - /assets/js/simple-jekyll-search.min.js - /assets/js/aes.js - /assets/js/gitalk.min.js - /assets/js/instant.page.js - /_layouts/post.html - /_layouts/encrypt.html - /_layouts/default.html - /search.html - /aes.html - /_posts/2025-04-08-feed.md - /links.md - /blogroll.opml - /jump.html
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
---
|
|
---
|
|
|
|
<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>
|