pixelfed/resources/views/site/opensource.blade.php

16 lines
681 B
PHP

@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Open Source</h3>
</div>
<hr>
<section>
<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>
</section>
@endsection
@push('meta')
<meta property="og:description" content="{{__('site.open_source_in_pixelfed')}}">
@endpush