I am using the default RSS feed, and am running into two validation errors.
- Self reference doesn’t match document location.
- Title should not be blank.
The first error may be a non-issue, as I cannot find anything wrong with the line it references.
<atom:link href="https://brianli.com/index.xml" rel="self" type="application/rss+xml"/>
The second error seems to be a bigger issue, and I can’t figure out why my site title is not rendering here.
Does anyone know how to get the my site title to render in the default RSS template? Do I have to specify something in my config.yml?