summary refs log tree commit diff
path: root/blogroll.opml
diff options
context:
space:
mode:
authormayx2025-07-19 08:36:42 +0000
committermayx2025-07-19 08:36:42 +0000
commitba857c724ba086d43b29842dac6ccdd884bbe8cf (patch)
treea6aa288021fe41262650997bc71c0d48447f3d2f /blogroll.opml
parent3ef5ec378d020844af7d7be99731afc1357a2175 (diff)
Update 2 files
- /blogroll.opml
- /_data/proxylist.yml
Diffstat (limited to 'blogroll.opml')
-rw-r--r--blogroll.opml14
1 files changed, 7 insertions, 7 deletions
diff --git a/blogroll.opml b/blogroll.opml
index 41ba090..214a553 100644
--- a/blogroll.opml
+++ b/blogroll.opml
@@ -3,11 +3,11 @@
 
 <?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 %}type="rss" xmlUrl="{{ item.feed_url }}" {% else %}type="link" {% endif %}htmlUrl="{{ item.link }}" />{% endfor %}
-    </body>
+  <head>
+    <title>Mayx Blogroll</title>
+    <ownerName>{{ site.author }}</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 %}type="rss" xmlUrl="{{ item.feed_url }}" {% else %}type="link" {% endif %}htmlUrl="{{ item.link }}" />{% endfor %}
+  </body>
 </opml>