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

17 lines
479 B
PHP
Raw Normal View History

2018-05-30 02:35:05 +00:00
@extends('site.partial.template')
@section('section')
<div class="title">
2025-01-08 03:04:44 +00:00
<h3 class="font-weight-bold">{{ __('fediverse.title')}}</h3>
2018-05-30 02:35:05 +00:00
</div>
<hr>
2018-06-01 03:23:43 +00:00
<section>
2025-01-08 03:04:44 +00:00
{!! __('fediverse.body') !!}
2018-06-01 03:23:43 +00:00
</section>
@endsection
@push('meta')
2019-06-04 00:06:09 +00:00
<meta property="og:description" content="Fediverse is a portmanteau of “federation” and “universe”. It is a common, informal name for a federation of social network servers, specializing in different types of media.">
@endpush