Исправлены заголовки

This commit is contained in:
Anton Vakhrushev 2019-05-06 16:29:34 +03:00
parent e7d3b02d92
commit 771fc85bce
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ use: [albums]
---
{% block content %}
<h1>{{ title }}</h1>
<h1>{{ page.title }}</h1>
<ul>
{% for album in data.albums %}

View File

@ -6,7 +6,7 @@ use: [articles]
---
{% block content %}
<h1>{{ title }}</h1>
<h1>{{ page.title }}</h1>
<ul>
{% for article in data.articles %}