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:
parent
f01347d3be
commit
45d2becacb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="mobile-hide">
|
<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 }})
|
{{ version.distname }} {{ version.distversion }} ({{ version.distrevision }})
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue