Added projects listing
This commit is contained in:
parent
c10470bcc5
commit
31e16bea88
9
source/projects.html.twig
Normal file
9
source/projects.html.twig
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: Projects
|
||||
use:
|
||||
- projects
|
||||
---
|
||||
{% for project in data.projects %}
|
||||
<a href="{{ project.url }}">{{ project.title }}</a><br>
|
||||
{% endfor %}
|
Loading…
Reference in a new issue