mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update landing page, fix hardcoded values
This commit is contained in:
parent
dda5be75de
commit
d5e16ac04f
1 changed files with 2 additions and 0 deletions
|
@ -123,8 +123,10 @@
|
||||||
</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'))
|
||||||
<a href="/register">Register</a>
|
<a href="/register">Register</a>
|
||||||
<span class="px-1">·</span>
|
<span class="px-1">·</span>
|
||||||
|
@endif
|
||||||
<a href="/password/reset">Password Reset</a>
|
<a href="/password/reset">Password Reset</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue