1
0
Fork 0

Update landing page, fix hardcoded values

This commit is contained in:
Daniel Supernault 2020-04-17 16:51:42 -06:00
parent dda5be75de
commit d5e16ac04f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 0 deletions

View File

@ -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>