3

I have succcessfuly created a blog using blogdown (see its github).

Unfortunately, when this blogpost appears on another platform (such as R-bloggers) through the RSS feed, the "author" seems to be incorrectly displayed.

Indeed, the "author" is shown as "R on easystats", something that I didn't specify anywhere.

Digging a bit more, I discovered that the RSS feed used had this template with this line:

<title>{{ if eq  .Title  .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>

I suppose that somehow the title was misspecified in the parameters, however, I have set it up correctly (I think) in the config.toml.

How can I correctly specify the title and all so that it is correctly caught by the RSS feed? Thank you.

Dominique Makowski
  • 1,511
  • 1
  • 13
  • 30
  • 1
    The [RSS feed](http://xmlviewer.scripting.com/?url=https://easystats.github.io/blog/index.xml) currently has the title "easystats". That's what RSS readers will see. Perhaps R-bloggers is adding the "R on" part. Also, your feed needs full URLs, not partial ones. – rcade Apr 20 '19 at 15:00

0 Answers0