Add projects
This commit is contained in:
parent
80947b72d9
commit
7d4a458e8c
31 changed files with 552 additions and 10 deletions
11
templates/project.html
Normal file
11
templates/project.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<article>
|
||||
<section class="header">
|
||||
Posted on $date$
|
||||
$if(author)$
|
||||
by $author$
|
||||
$endif$
|
||||
</section>
|
||||
<section>
|
||||
$body$
|
||||
</section>
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue