mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 23:37:03 +02:00
Open the frontend in a new tab, fixes #20
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<nav id="admin-sidebar">
|
||||
<div id="admin-logo">
|
||||
<h3><a href="{{ base_url_relative }}">Grav Admin</a> <a href="{{ base_url_relative_frontend }}"><i class="fa fa-fw fa-angle-double-right"></i></a></h3>
|
||||
<h3><a href="{{ base_url_relative }}">Grav Admin</a> <a target="_blank" href="{{ base_url_relative_frontend }}"><i class="fa fa-fw fa-angle-double-right"></i></a></h3>
|
||||
</div>
|
||||
|
||||
{#{% if admin.authorise %}#}
|
||||
|
||||
Reference in New Issue
Block a user