forked from mirror/pixelfed
7 lines
138 B
PHP
7 lines
138 B
PHP
|
@extends('site.news.partial.layout')
|
||
|
|
||
|
@section('body')
|
||
|
<div class="container">
|
||
|
<p class="text-center">Archive here</p>
|
||
|
</div>
|
||
|
@endsection
|