Add a new projects page
This commit is contained in:
parent
cd8fff45ff
commit
af5d04e54f
15 changed files with 92 additions and 113 deletions
|
@ -1,6 +0,0 @@
|
|||
$for(projects)$
|
||||
<hr>
|
||||
<h2><a href="$external_link$">$title$</a></h2>
|
||||
<p>$summary$</p>
|
||||
<p><img src="/images/$image_preview$" style="max-width: 50%"/></p>
|
||||
$endfor$
|
|
@ -1,11 +0,0 @@
|
|||
<article>
|
||||
<section class="header">
|
||||
Posted on $date$
|
||||
$if(author)$
|
||||
by $author$
|
||||
$endif$
|
||||
</section>
|
||||
<section>
|
||||
$body$
|
||||
</section>
|
||||
</article>
|
|
@ -1 +0,0 @@
|
|||
$partial("templates/project-list.html")$
|
Loading…
Add table
Add a link
Reference in a new issue