mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-16 15:08:56 +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 %}
|
||||||
|
@ -53,5 +53,5 @@
|
||||||
$(".dropdown-btn").click(function(){
|
$(".dropdown-btn").click(function(){
|
||||||
$(this).next(".subitem_hide").slideToggle();
|
$(this).next(".subitem_hide").slideToggle();
|
||||||
});
|
});
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue