abhiabhi94 / blog

A django based blog.
https://www.hackadda.com
MIT License
1 stars 1 forks source link

Bug: All blog tags should be within one tag in RSS feed. #163

Open abhiabhi94 opened 3 years ago

abhiabhi94 commented 3 years ago

As of now, they are displayed as:

<category>django</category>
<category>unit-test</category>
<category>django-admin</category>

Correct format:

<category>django unit-test django-admin</category>