Re-add a temporary /blog page
This commit is contained in:
parent
a2132616d5
commit
1c4506bd4b
1 changed files with 11 additions and 0 deletions
11
source/_pages/blog.html.twig
Normal file
11
source/_pages/blog.html.twig
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Blog
|
||||
use: [posts]
|
||||
draft: true
|
||||
---
|
||||
|
||||
<ul>
|
||||
{% for post in data.posts %}
|
||||
<li><a href="{{ post.url|trim('/', 'right') }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue