mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update landing page, use config_cache
This commit is contained in:
parent
2d5a259e6f
commit
549202948d
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card shadow-none border card-body">
|
<div class="card shadow-none border card-body">
|
||||||
<p class="text-center mb-0 font-weight-bold small">
|
<p class="text-center mb-0 font-weight-bold small">
|
||||||
@if(config('pixelfed.open_registration'))
|
@if(config_cache('pixelfed.open_registration'))
|
||||||
<a href="/register">Register</a>
|
<a href="/register">Register</a>
|
||||||
<span class="px-1">·</span>
|
<span class="px-1">·</span>
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Reference in a new issue