mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-06 14:54:50 +00:00
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
|