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