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>
|
||||
</head>
|
||||
<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
|
||||
text="{{ blog.title }}"
|
||||
description="{{ blog.description }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user