Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
399 B

  1. ---
  2. ---
  3. <opml version="2.0">
  4. <head>
  5. <title>Mayx Blogroll</title>
  6. </head>
  7. <body>{% for item in site.data.links %}
  8. <outline text="{{ item.title | xml_escape }}" title="{{ item.title | xml_escape }}" description="{{ item.description | xml_escape }}" {% if item.feed_url %}xmlUrl="{{ item.feed_url }}" {% endif %}htmlUrl="{{ item.link }}" />{% endfor %}
  9. </body>
  10. </opml>

Powered by TurnKey Linux.