luci-theme-material: open footer link in new tab

Also set Referrer Policy

Signed-off-by: Fengyu Wu <saldry@proton.me>
This commit is contained in:
Fengyu Wu 2024-02-17 21:20:09 +08:00 committed by Paul Donald
parent f01347d3be
commit 45d2becacb

View file

@ -20,7 +20,7 @@
</div>
<footer class="mobile-hide">
<a href="https://github.com/openwrt/luci">Powered by {{ version.luciname }} ({{ version.luciversion }})</a> /
<a href="https://github.com/openwrt/luci" target="_blank" rel="noreferrer">Powered by {{ version.luciname }} ({{ version.luciversion }})</a> /
{{ version.distname }} {{ version.distversion }} ({{ version.distrevision }})
</footer>
</div>