Open RSS and Atom feed links in new window

This commit is contained in:
russell@unturf.com 2026-02-08 14:22:13 -05:00
parent 528d99398d
commit 95e90f0ed8

View file

@ -73,8 +73,8 @@
<div class="mps-footer-group">
<span class="mps-footer-group-title">Feeds</span>
<nav class="mps-footer-links">
<a href="/rss.xml">RSS</a>
<a href="/atom.xml">Atom</a>
<a href="/rss.xml" target="_blank">RSS</a>
<a href="/atom.xml" target="_blank">Atom</a>
</nav>
</div>