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>
|
2024-12-09 17:28:56 +00:00
|
|
|
<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>
|
2018-06-01 03:23:57 +00:00
|
|
|
</section>
|
2018-06-02 18:11:08 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@push('meta')
|
2024-12-09 17:28:56 +00:00
|
|
|
<meta property="og:description" content="{{__('site.open_source_in_pixelfed')}}">
|
2018-06-02 18:11:08 +00:00
|
|
|
@endpush
|