Use a DISPLAY_NAME variable for titles

This commit is contained in:
Jonny Barnes 2016-12-10 11:48:17 +00:00
parent ca3dcf33fb
commit 187d387234
15 changed files with 18 additions and 17 deletions

View file

@ -1,7 +1,7 @@
@extends('master')
@section('title')
Notes <?php echo html_entity_decode('&laquo;'); ?> Jonny Barnes
Tagged Notes «
@stop
@section('content')
@ -10,4 +10,4 @@ Notes <?php echo html_entity_decode('&laquo;'); ?> Jonny Barnes
<div>{!! $note->note !!}
<a href="/note/{{ $note->id }}">{{ $note->human_time }}</a></div>
@endforeach
@stop
@stop