Remove id attr. from opml
This commit is contained in:
parent
81e76f3da0
commit
46f83c4c24
@ -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 }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user