1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-06 06:24:54 +00:00
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