tender margin fix
This commit is contained in:
parent
683fe655df
commit
045c7106c8
|
|
@ -16,11 +16,11 @@ postPage = "post"
|
||||||
<div class="right_top-line right_top-line-2"></div>
|
<div class="right_top-line right_top-line-2"></div>
|
||||||
<a href="{{'category'|page({slug:category.slug})}}" class="additional">{{'page.more'|_}}</a>
|
<a href="{{'category'|page({slug:category.slug})}}" class="additional">{{'page.more'|_}}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% for post in posts %}
|
{% for post in posts %}
|
||||||
<div class="right_top-content">
|
<div class="right_top-content">
|
||||||
<div class="right_top-content-top">
|
<div class="right_top-content-top">
|
||||||
<div class="right-top-content-date right-top-content-date-2">
|
<div class="right-top-content-date">
|
||||||
<span class="date">{{ post.published_at| date('d.m.Y')}}</span>
|
<span class="date">{{ post.published_at| date('d.m.Y')}}</span>
|
||||||
<span class="time">{{post.published_at|date('H:i')}}</span>
|
<span class="time">{{post.published_at|date('H:i')}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -33,5 +33,5 @@ postPage = "post"
|
||||||
<div class="hr-line"></div>
|
<div class="hr-line"></div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue