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

@ -8,7 +8,7 @@ Admin CP
<h1>Hello {{ $name }}!</h1>
<h2>Articles</h2>
<p>You can either <a href="/admin/articles/create">create</a> new blog posts, or <a href="/admin/articles/">edit</a> them.<p>
<p>You can either <a href="/admin/blog/create">create</a> new blog posts, or <a href="/admin/blog/">edit</a> them.<p>
<h2>Notes</h2>
<p>You can either <a href="/admin/notes/create">create</a> new notes, or <a href="/admin/notes/">edit</a> them.<p>