code4lib / job_board

https://jobs.code4lib.org
13 stars 5 forks source link

Atom feed has incorrect markup for entry links #62

Open johnridesabike opened 4 years ago

johnridesabike commented 4 years ago

I noticed that my feed reader isn't able to link to each item. I suspect it may be because the atom feed doesn’t use the correct markup for entry links.

Current markup:

 <link>https://jobs.code4lib.org/jobs/42488-research-information-scientist</link>

Correct markup:

 <link href="https://jobs.code4lib.org/jobs/42488-research-information-scientist" />