Hi folks - just installed Grav with the Blog Skeleton. There are links in the footer leading to Grav and Trilby Media. I'm more than happy to leave the credits, but I really want them to open in a new page and not replace my site.
I've looked at the code which includes target=_blank, but the don't open in a new page. Any ideas what I have to change? Here's what I found:
{% if custom_admin_footer %}
{{ custom_admin_footer|raw }}
{% else %}
<a href="http://getgrav.org/" target="_blank" rel="noopener noreferrer">Grav</a> v<span class="grav-version">{{ constant('GRAV_VERSION') }}</span> - Admin v{{ admin_version }} - {{ "PLUGIN_ADMIN.WAS_MADE_WITH"|tu|lower }} <i class="fa fa-heart-o pulse"></i> {{ "PLUGIN_ADMIN.BY"|tu|lower }} <a href="https://trilby.media/" target="_blank" rel="noopener noreferrer">Trilby Media</a>.
{% endif %}
Appreciate any help.