reeklama url
This commit is contained in:
parent
b155a33081
commit
1896066ae8
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue