Use native lazy loading and a two-column pictures grid
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user