fix: opml property references

This commit is contained in:
Cory Dransfeldt 2024-06-02 20:09:23 -07:00
parent 36dbca3e3b
commit 781e8c525b
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ eleventyExcludeFromCollections: true
</head>
<body>
{%- for blog in blogroll -%}
<outline text="{{ blog.name }}" title="{{ blog.name }}" type="rss" xmlUrl="{{ blog.feed }}" htmlUrl="{{ blog.url }}"/>
<outline text="{{ blog.name }}" title="{{ blog.name }}" type="rss" xmlUrl="{{ blog.rss_feed }}" htmlUrl="{{ blog.url }}"/>
{%- endfor -%}
</body>
</opml>