1
0
Fork 0

Merge pull request #455 from pixelfed/frontend-ui-refactor

Update base template
This commit is contained in:
daniel 2018-09-10 00:52:05 -06:00 committed by GitHub
commit 49c2c505e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@extends('layouts.app',['title' => 'About ' . config('app.name')])
@extends('layouts.anon',['title' => 'About ' . config('app.name')])
@section('content')