Remove id attr. from opml
This commit is contained in:
@@ -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 }}"
|
||||||
|
Reference in New Issue
Block a user