Allow articles to be uploaded from a .md file

This commit is contained in:
Jonny Barnes 2017-03-24 13:32:00 +00:00
parent e8965c7a1b
commit 8cf3d05543
4 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ Articles «
<span class="post-info">Posted <time class="dt-published" title="{{ $article->tooltip_time }}" datetime="{{ $article->w3c_time }}">{{ $article->human_time }}</time> - <a title="Permalink" href="{{ $article->link }}"></a></span>
</header>
<div class="e-content">
{!! $article['main'] !!}
{!! $article->html !!}
</div>
</article>
@endforeach