Fix project paths
This commit is contained in:
parent
04c83f9c8b
commit
874d046550
5 changed files with 11 additions and 4 deletions
|
@ -4,6 +4,10 @@ title: Projects
|
|||
use:
|
||||
- projects
|
||||
---
|
||||
{% for project in data.projects|reverse %}
|
||||
<a href="{{ project.url }}">{{ project.title }}</a><br>
|
||||
{% endfor %}
|
||||
<ul>
|
||||
{% for project in data.projects|reverse %}
|
||||
<li>{% spaceless %}
|
||||
<a href="{{ project.url }}">{{ project.title }}</a>
|
||||
{% endspaceless %}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue