RSS Feed Missing Site Title

I am using the default RSS feed, and am running into two validation errors.

  1. Self reference doesn’t match document location.
  2. 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?

What hugo version do you use?
The RSS embedded template is here: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/_default/rss.xml

The template has no CSS reference. You must build it at your own.

I’m on the latest version of Hugo. I figured it out. I was missing the title setting in my config file. -_-