Add a new projects page

This commit is contained in:
Dimitri Lozeve 2021-01-04 18:31:05 +01:00
parent cd8fff45ff
commit af5d04e54f
15 changed files with 92 additions and 113 deletions

View file

@ -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$

View file

@ -1,11 +0,0 @@
<article>
<section class="header">
Posted on $date$
$if(author)$
by $author$
$endif$
</section>
<section>
$body$
</section>
</article>

View file

@ -1 +0,0 @@
$partial("templates/project-list.html")$