diff options
Diffstat (limited to 'resources/views/writings/index.blade.php')
| -rw-r--r-- | resources/views/writings/index.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/writings/index.blade.php b/resources/views/writings/index.blade.php index b3ba2e0..3f5d0db 100644 --- a/resources/views/writings/index.blade.php +++ b/resources/views/writings/index.blade.php @@ -3,7 +3,7 @@ <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> <script type = "module" src = "/js/writing_index.js"></script> @endsection -@section('body') +@section('content') <main> <div > <section> @@ -58,4 +58,4 @@ @endif </div> </main> -@endsection
\ No newline at end of file +@endsection |
