Remove id attr. from opml

This commit is contained in:
Nathan Upchurch 2025-07-16 12:49:19 -05:00
parent 81e76f3da0
commit 46f83c4c24

View File

@ -8,7 +8,7 @@ permalink: /blogroll/nathanUpchurchBlogroll.opml
<ownerName>Nathan Upchurch</ownerName> <ownerName>Nathan Upchurch</ownerName>
</head> </head>
<body>{% for category in blogroll.categories %} <body>{% for category in blogroll.categories %}
<outline id="{{ category.name }}" text="{{ category.name }}">{% for blog in category.blogs %} <outline text="{{ category.name }}">{% for blog in category.blogs %}
<outline <outline
text="{{ blog.title }}" text="{{ blog.title }}"
description="{{ blog.description }}" description="{{ blog.description }}"