Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.23 KB

blog.md

File metadata and controls

42 lines (36 loc) · 1.23 KB
layout title permalink order lang ref
default_with_title
Blog
/blog/
1
ru
blog
{% assign hot_posts=site.posts | where: "hot", "true" %} {% for post in hot_posts %} {% unless post.img_on_bg_style %} {% else %} {% endunless %} {% if post.cover_image and post.img_on_bg_style != true %} {{post.title}} {% endif %} {% if post.cover_image == undefined %} {{post.title}} {% endif %}
  <span class="over_img">
    <span class="date">{{ post.date | date: "%d.%m.%Y" }}</span>
    <span class="title"> {{post.title}} </span>
  </span>
</a>

{% endfor %}

subscribe via RSS