Skip to content

Commit

Permalink
Merge pull request #4 from thierry88/patch-1
Browse files Browse the repository at this point in the history
Wrong var
  • Loading branch information
sdebacker committed Jan 13, 2016
2 parents 4a8a378 + c6c9701 commit ea62a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/public/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<article class="news" itemscope itemtype="http://schema.org/Article">
<h1 class="news-title" itemprop="name">{{ $model->title }}</h1>
{!! $model->present()->thumb(null, 200) !!}
<meta itemprop="image" content="{{ $news->present()->thumbUrl() }}">
<meta itemprop="image" content="{{ $model->present()->thumbUrl() }}">
<div class="news-date-wrapper" class="date">@lang('news::global.Published on')
<time class="news-date" itemprop="datePublished" datetime="{{ $model->date->toIso8601String() }}">{{ $model->present()->dateLocalized }}</time>
</div>
Expand Down

0 comments on commit ea62a30

Please sign in to comment.