Skip to content

Commit aaa84bc

Browse files
author
fengr06
committed
theme control
1 parent 1851fc6 commit aaa84bc

13 files changed

Lines changed: 10 additions & 10 deletions

File tree

resources/views/articles/list.blade.php renamed to resources/views/next/articles/list.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@extends('layouts.app')
1+
@extends('next.layouts.app')
22

33
@section('title', '全部文章')
44

resources/views/articles/show.blade.php renamed to resources/views/next/articles/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@extends('layouts.app')
1+
@extends('next.layouts.app')
22
@section('title'){{$article->title}}@endsection
33
@section('keywords'){{$article->title}}@endsection
44
@section('description'){{$article->title}}@endsection
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@extends('layouts.app')
1+
@extends('next.layouts.app')
22
@push('importscripts')
33
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
44
<style>

resources/views/auth/passwords/email.blade.php renamed to resources/views/next/auth/passwords/email.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@extends('layouts.app')
1+
@extends('next.layouts.app')
22

33
@section('content')
44
<div class="container">

resources/views/auth/passwords/reset.blade.php renamed to resources/views/next/auth/passwords/reset.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@extends('layouts.app')
1+
@extends('next.layouts.app')
22

33
@section('content')
44
<div class="container">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@extends('layouts.app')
1+
@extends('next.layouts.app')
22
@section('content')
33
@parent
44
<div id="content" class="content">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@extends('layouts.app')
1+
@extends('next.layouts.app')
22
@section('content')
33
@parent
44
<div id="content" class="content">
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@extends('layouts.app')
1+
@extends('next.layouts.app')
22
@section('content')
33
@parent
44
<div id="content" class="content">

0 commit comments

Comments
 (0)