diff options
author | mayx <mayx@outlook.com> | 2025-04-11 19:07:43 +0200 |
---|---|---|
committer | mayx <mayx@outlook.com> | 2025-04-11 19:07:43 +0200 |
commit | 91dd8a34ea8487e21bdbfb25d906523ff627c926 (patch) | |
tree | df434597e29784f71032a0f2046920b02f7399f7 /blogroll.opml | |
parent | c7cabd991a2ca69cf00f4daf9a663de53deaf5d6 (diff) |
Update 24 files
- /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
Diffstat (limited to 'blogroll.opml')
-rw-r--r-- | blogroll.opml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/blogroll.opml b/blogroll.opml new file mode 100644 index 0000000..1bd4275 --- /dev/null +++ b/blogroll.opml @@ -0,0 +1,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> |