Allow articles to be uploaded from a .md file
This commit is contained in:
parent
e8965c7a1b
commit
8cf3d05543
4 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
@extends('master')
|
||||
|
||||
@section('title')
|
||||
{{ strip_tags($article->title) }} «
|
||||
{{ strip_tags($article->title) }} «
|
||||
@stop
|
||||
|
||||
@section('content')
|
||||
|
@ -13,7 +13,7 @@
|
|||
<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>
|
||||
@stop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue