Исправлены заголовки
This commit is contained in:
parent
e7d3b02d92
commit
771fc85bce
@ -6,7 +6,7 @@ use: [albums]
|
||||
---
|
||||
{% block content %}
|
||||
|
||||
<h1>{{ title }}</h1>
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
<ul>
|
||||
{% for album in data.albums %}
|
||||
|
@ -6,7 +6,7 @@ use: [articles]
|
||||
---
|
||||
{% block content %}
|
||||
|
||||
<h1>{{ title }}</h1>
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
<ul>
|
||||
{% for article in data.articles %}
|
||||
|
Loading…
Reference in New Issue
Block a user