mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update custom page views
This commit is contained in:
parent
2fbcd6dbbf
commit
bb207a42bd
2 changed files with 16 additions and 2 deletions
|
@ -2,6 +2,13 @@
|
|||
|
||||
@section('section')
|
||||
|
||||
@if($page && $page->content)
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">Privacy Policy</h3>
|
||||
</div>
|
||||
<hr>
|
||||
{!! $page->content !!}
|
||||
@else
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">Privacy Policy</h3>
|
||||
</div>
|
||||
|
@ -81,7 +88,7 @@
|
|||
|
||||
<p class="">Originally adapted from the <a href="https://mastodon.social/terms">Mastodon</a> privacy policy.</p>
|
||||
</div>
|
||||
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
@push('meta')
|
||||
|
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
@section('section')
|
||||
|
||||
@if($page && $page->content)
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">Terms Of Use</h3>
|
||||
</div>
|
||||
<hr>
|
||||
{!! $page->content !!}
|
||||
@else
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">Terms Of Use</h3>
|
||||
</div>
|
||||
|
@ -38,7 +45,7 @@
|
|||
<p class="">These terms and conditions are governed by and construed in accordance with the laws of Canada and you irrevocably submit to the exclusive jurisdiction of the courts in that State or location.</p>
|
||||
<h5 class="font-weight-bold">9. Additional Rules</h5>
|
||||
<p class="">This website does not have any additional rules.</p>
|
||||
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
@push('meta')
|
||||
|
|
Loading…
Reference in a new issue