2018-05-26 22:40:52 +00:00
|
|
|
@extends('site.partial.template')
|
|
|
|
|
|
|
|
@section('section')
|
|
|
|
|
|
|
|
<div class="title">
|
|
|
|
<h3 class="font-weight-bold">About</h3>
|
|
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<section>
|
|
|
|
<p class="lead">PixelFed is a federated image sharing platform, powered by the <a href="#">ActivityPub</a> protocol.</p>
|
|
|
|
</section>
|
2018-06-02 18:11:08 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@push('meta')
|
|
|
|
<meta property="og:description" content="PixelFed is a federated image sharing platform, powered by the ActivityPub protocol.">
|
|
|
|
@endpush
|