mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-17 07:28:58 +00:00
Let login button lead to /admin page
This commit is contained in:
parent
51c781bfd5
commit
ba40915301
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
||||||
{% if config.plugins.login.enabled %}
|
{% if config.plugins.login.enabled %}
|
||||||
<section>
|
<section>
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><a href="#" class="button large fit">{{ 'FUTURE.LOGIN'|t }}</a></li>
|
<li><a href="{{ base_url }}/admin" class="button large fit">{{ 'FUTURE.LOGIN'|t }}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue