diff options
author | mayx | 2025-04-26 09:31:14 +0000 |
---|---|---|
committer | mayx | 2025-04-26 09:31:14 +0000 |
commit | 9669d10f5c5c9032421ad7f4c905b61bd423fc3b (patch) | |
tree | 597a2a5ecbf72503a5f28d842b6987ff4eb729c3 /blogroll.opml | |
parent | d9984efa2a83b680142c511dc283c64b806b66b1 (diff) |
Update 3 files
- /blogroll.opml - /_layouts/default.html - /assets/js/main.js
Diffstat (limited to 'blogroll.opml')
-rw-r--r-- | blogroll.opml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/blogroll.opml b/blogroll.opml index bf210aa..fe61c5f 100644 --- a/blogroll.opml +++ b/blogroll.opml @@ -1,11 +1,13 @@ --- --- +<?xml version="1.0" encoding="utf-8"?> <opml version="2.0"> <head> <title>Mayx Blogroll</title> + <ownerName>Mayx</ownerName> </head> <body>{% for item in site.data.links %} - <outline text="{{ item.title | xml_escape }}" title="{{ item.title | xml_escape }}" {% if item.description %}description="{{ item.description | xml_escape }}" {% endif %}{% if item.feed_url %}xmlUrl="{{ item.feed_url }}" {% endif %}htmlUrl="{{ item.link }}" />{% endfor %} + <outline text="{{ item.title | xml_escape }}" title="{{ item.title | xml_escape }}" {% if item.description %}description="{{ item.description | xml_escape }}" {% endif %}{% if item.feed_url %}xmlUrl="{{ item.feed_url }}" type="rss" {% else %}type="link" {% endif %}htmlUrl="{{ item.link }}" />{% endfor %} </body> </opml> |