nipafx / nipafx.dev

My website
https://nipafx.dev
12 stars 5 forks source link

Include intro/description in RSS feed #93

Closed nipafx closed 3 years ago

nipafx commented 4 years ago

The RSS feed does not contain a post's intro/description, which makes it start rather abruptly.

nipafx commented 4 years ago

Related: #47

nipafx commented 3 years ago

This was fixed in #58 by 0dc3ff1:

let content =
    `<p>${item.description}</p>` + identifyContent(post.slug, articles, videos)