Fix repo atom feed link/id
- Id
- eda7af5247219ebffd8eacc8ed021889d8ec1371
- Author
- Caio
- Commit time
- 2024-03-09T09:24:06+01:00
Modified caca/theme/atom.xml.html
<subtitle>{{ repo.description }}</subtitle>
{% endif %}
<updated>{{ updated }}</updated>
- <link href="{{ baseurl|safe }}" />
- <id>{{ baseurl|safe }}</id>
+ <link href="{{ baseurl|safe }}/{{ repo.name }}" />
+ <id>{{ baseurl|safe }}/{{ repo.name }}</id>
{% for e in entries %}
{{ feed_entry(e) }}