Re-add old posts
This commit is contained in:
parent
1e0a05e330
commit
0401e039de
150 changed files with 11896 additions and 3 deletions
10
source/_pages/blog.html.twig
Normal file
10
source/_pages/blog.html.twig
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Blog
|
||||
use:
|
||||
- posts
|
||||
---
|
||||
|
||||
{% for post in data.posts %}
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
<br>
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue