Merge app.html.twig and default.html.twig
This commit is contained in:
parent
8a35a18bbf
commit
83ed930cb1
13 changed files with 43 additions and 52 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: default
|
||||
layout: page
|
||||
title: Blog
|
||||
generator: pagination
|
||||
pagination:
|
||||
|
@ -7,8 +7,6 @@ pagination:
|
|||
use: [posts]
|
||||
---
|
||||
{% block content %}
|
||||
<h1>Blog</h1>
|
||||
|
||||
<ul class="list-reset">
|
||||
{% for post in page.pagination.items %}
|
||||
<li class="mb-12">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue