tmp-gitea/templates/footer.html

9 lines
201 B
HTML
Raw Normal View History

2022-10-30 14:04:10 +05:30
<footer>
<a href="/updates/atom.xml" target="_blank" rel="noopener" title="RSS">
<img
src="{{ get_url(path='/rss.svg', cachebust=true) }}"
alt="RSS feed icon"
/>
</a>
</footer>