reeklama url

This commit is contained in:
merdan 2021-05-24 16:31:40 +05:00
parent b155a33081
commit 1896066ae8
1 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ postPage = "post"
==
<div class="marquee__outer">
<a href="#" class="marquee__link">
Главное
{{'Главное'|_}}
</a>
<div class="marquee">
{% for post in posts %}
<div class="marquee__item">
<a href="#">{{post.title}}</a>
<a href="{{post.url}}">{{post.title}}</a>
</div>
{% endfor %}
</div>