aboutsummaryrefslogtreecommitdiff
path: root/resources/views/layouts/master.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/layouts/master.blade.php')
-rw-r--r--resources/views/layouts/master.blade.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php
index faf8aa2..98871e1 100644
--- a/resources/views/layouts/master.blade.php
+++ b/resources/views/layouts/master.blade.php
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<meta charset="utf-8"/>
<meta name="csrf-token" content="{{ csrf_token() }}"/>
- <title>ParseTrainer</title>
+ <title>λύω-trainer</title>
<link rel="stylesheet" href="{{ asset('vendor/twbs/bootstrap/dist/css/bootstrap.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('public/css/luoparsetrainer.css') }}"/>
@@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<body role="application">
<div class="container" role="main">
<div class="header clearfix">
- <h2 class="text-muted"><a href="{{ url('/') }}">ParseTrainer</a></h2>
+ <h2 class="text-muted"><a href="{{ url('/') }}">λύω-trainer</a></h2>
</div>
@yield('master-content')