-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
28 lines (25 loc) · 831 Bytes
/
test.html
File metadata and controls
28 lines (25 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: default
title: это тайтл теста
description: "Дискрипшин я вообще забыл что такое"
---
<article class="post featured">
<header class="major">
<h2>тест (корень)</h2>
</header>
</article>
<section class="posts">
{% assign persons = site.test | reverse %}
{% for test in test %}
<article>
<header>
<h2><a href="{{ test.url }}">{{ test.name }}</a></h2>
</header>
<a href="{{ test.url }}" class="image fit"><img src="{{ test.photo }}" alt="{{ test.name }}"></a>
<p>{{ person.description }}</p>
<ul class="actions">
<li><a href="{{ test.url }}" class="button">Читать</a></li>
</ul>
</article>
{% endfor %}
</section>