1
0

opensource.blade.php 681 B

12345678910111213141516
  1. @extends('site.partial.template')
  2. @section('section')
  3. <div class="title">
  4. <h3 class="font-weight-bold">Open Source</h3>
  5. </div>
  6. <hr>
  7. <section>
  8. <p class="lead">{{__('site.the_software_that_powers_this_website_is_called')}} <a href="https://pixelfed.org">Pixelfed</a> {{__('site.and_anyone_can')}} <a href="https://github.com/pixelfed/pixelfed">{{__('site.download')}}</a> {{__('site.opensource.or')}} <a href="https://github.com/pixelfed/pixelfed">{{__('site.view')}}</a> {{__('site.the_source_code_and_run_their_own_instance')}}</p>
  9. </section>
  10. @endsection
  11. @push('meta')
  12. <meta property="og:description" content="{{__('site.open_source_in_pixelfed')}}">
  13. @endpush