pixelfed/resources/views/site/news/archive/index.blade.php

7 lines
138 B
PHP
Raw Normal View History

2019-12-23 06:13:49 +00:00
@extends('site.news.partial.layout')
@section('body')
<div class="container">
<p class="text-center">Archive here</p>
</div>
@endsection