2020-01-30 02:58:57 +00:00
|
|
|
@if(config('instance.restricted.enabled') == false)
|
2018-06-02 05:27:55 +00:00
|
|
|
<footer>
|
2018-06-09 23:35:03 +00:00
|
|
|
<div class="container py-5">
|
2021-01-31 05:11:12 +00:00
|
|
|
<p class="text-center text-uppercase font-weight-bold small text-justify">
|
|
|
|
<a href="{{route('site.about')}}" class="text-dark p-2">{{__('site.about')}}</a>
|
|
|
|
<a href="{{route('site.help')}}" class="text-dark p-2">{{__('site.help')}}</a>
|
|
|
|
<a href="{{route('site.terms')}}" class="text-dark p-2">{{__('site.terms')}}</a>
|
|
|
|
<a href="{{route('site.privacy')}}" class="text-dark p-2">{{__('site.privacy')}}</a>
|
|
|
|
<a href="{{route('site.language')}}" class="text-dark p-2">{{__('site.language')}}</a>
|
2022-08-16 05:52:40 +00:00
|
|
|
@if(config_cache('instance.has_legal_notice'))
|
|
|
|
<a href="/site/legal-notice" class="text-dark p-2">Legal Notice</a>
|
|
|
|
@endif
|
2021-01-31 05:11:12 +00:00
|
|
|
</p>
|
|
|
|
<p class="text-center text-muted small mb-0">
|
|
|
|
<span class="text-muted">© {{date('Y')}} {{config('pixelfed.domain.app')}}</span>
|
|
|
|
<span class="mx-2">·</span>
|
|
|
|
<a href="https://pixelfed.org" class="text-muted font-weight-bold" rel="noopener">Powered by Pixelfed</a>
|
|
|
|
<span class="mx-2">·</span>
|
|
|
|
<span class="text-muted">v{{config('pixelfed.version')}}</span>
|
2018-05-30 02:42:46 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
2018-06-02 05:27:55 +00:00
|
|
|
</footer>
|
2020-01-30 02:58:57 +00:00
|
|
|
@endif
|