1
0

opensource.blade.php 566 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">The software that powers this website is called <a href="https://pixelfed.org">Pixelfed</a> and anyone can <a href="https://github.com/pixelfed/pixelfed">download</a> or <a href="https://github.com/pixelfed/pixelfed">view</a> the source code and run their own instance!</p>
  9. </section>
  10. @endsection
  11. @push('meta')
  12. <meta property="og:description" content="Open source in Pixelfed">
  13. @endpush