time en now
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="post-title">{{$post->title}}</h1>
|
||||
<time datetime="{{ $post->created_at->toDateString() }}"> {{ $post->created_at->toFormattedDateString() }} </time>
|
||||
</header>
|
||||
{!! $parse->text($post->md) !!}
|
||||
</article>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="post-title">Now</h1>
|
||||
<time datetime="{{ $now->created_at->toDateString() }}"> {{ $now->created_at->toFormattedDateString() }} </time>
|
||||
</header>
|
||||
{!! $parse->text($now->md) !!}
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user