pixelfed/pixelfed

View on GitHub
resources/views/site/news/partial/layout.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('layouts.anon')

@section('content')
 @include('site.news.partial.nav')
 @yield('body');
@endsection

@push('styles')
<style type="text/css">
    html, body {
        background: #fff;
    }
    .navbar-laravel {
        box-shadow: none;
    }
</style>
@endpush