2018-05-30 02:35:05 +00:00
|
|
|
@extends('site.partial.template')
|
|
|
|
|
|
|
|
@section('section')
|
|
|
|
|
|
|
|
<div class="title">
|
|
|
|
<h3 class="font-weight-bold">Open Source</h3>
|
|
|
|
</div>
|
|
|
|
<hr>
|
2018-06-01 03:23:57 +00:00
|
|
|
<section>
|
2019-03-21 04:32:31 +00:00
|
|
|
<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>
|
2018-06-01 03:23:57 +00:00
|
|
|
</section>
|
2018-06-02 18:11:08 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@push('meta')
|
2019-06-06 01:21:19 +00:00
|
|
|
<meta property="og:description" content="Open source in Pixelfed">
|
2018-06-02 18:11:08 +00:00
|
|
|
@endpush
|