Skip to content

Commit

Permalink
Merge pull request #71 from dpslwk/patch-1
Browse files Browse the repository at this point in the history
Include config('app.name') in title if set
  • Loading branch information
garygreen authored Jun 12, 2020
2 parents 09a37eb + ab0a2be commit 5ccc9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/routes.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Routes list</title>
<title>Routes list @if(config('app.name'))| {{ config('app.name') }}@endif</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.3/css/bootstrap.min.css" integrity="sha384-MIwDKRSSImVFAZCVLtU0LMDdON6KVCrZHyVQQj6e8wIEJkW4tvwqXrbMIya1vriY" crossorigin="anonymous">
<style type="text/css">
body {
Expand Down

0 comments on commit 5ccc9da

Please sign in to comment.