Use native lazy loading and a two-column pictures grid

This commit is contained in:
2026-09-19 14:34:57 +03:30
parent ec8acc0eef
commit 86dcfd71cb
3 changed files with 41 additions and 9 deletions
+1 -9
View File
@@ -33,19 +33,11 @@ layout: default
{% continue %}
{% endif %}
<li class='lang-{% if post.lang %}{{ post.lang }}{% else %}en{% endif %}'>
<h2>
<!--<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>-->
<!--<p class="post-meta">
<span>{{ post.date | date: "%b %-d, %Y" }}</span>
{% if post.meta %} • <span>{{ post.meta }}</span>{% endif %}
</p>-->
<article class='post-content'>
{% if post.anchor %}
<span id='{{ post.title }}'></span>
{% endif %}
{{ post.content | markdownify }}
{{ post.content | markdownify | lazy_images }}
</article>
</li>
{% endfor %}