Use .html instead of .html.twig
This commit is contained in:
parent
fca665e9af
commit
a840a380a3
1 changed files with 0 additions and 0 deletions
14
source/blog.html
Normal file
14
source/blog.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: default
|
||||
title: Blog
|
||||
body_class: page--blog
|
||||
use:
|
||||
- posts
|
||||
---
|
||||
<h1>Blog</h1>
|
||||
|
||||
<ul>
|
||||
{% for post in data.posts %}
|
||||
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue