diff options
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> |