Skip to content

Commit

Permalink
Fixing title length
Browse files Browse the repository at this point in the history
  • Loading branch information
nawarian committed May 24, 2019
1 parent 9b39653 commit 939afb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_layouts/authors.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@extends('_layouts.master')
@section('head')
<title>
{{ $page->author['name'] }} | {{ $page->meta['title'] }}
{{ $page->author['name'] }} | {{ $page->meta['creatorName'] }}
</title>

<meta name="description" content="{{ $page->meta['description'] }}">
Expand Down

0 comments on commit 939afb6

Please sign in to comment.