Fix mobile image display

This commit is contained in:
N-Upchurch
2023-08-09 19:55:58 -05:00
parent 85a5bde512
commit ca908fdf0f
2 changed files with 9 additions and 7 deletions

View File

@ -15,7 +15,7 @@
</h3>
</a>
<time class="postlist-date" datetime="{{ post.date | htmlDateString }}">{{ post.date | readableDate("LLLL yyyy") }}</time>
{% if post.data.synopsis %}<p>{{ post.data.synopsis | truncate(110) | safe }}</p>{% else %}{{ post.content | truncate(140) | safe }}{% endif %}
{% if post.data.synopsis %}<p>{{ post.data.synopsis | truncate(200) | safe }}</p>{% else %}{{ post.content | truncate(140) | safe }}{% endif %}
</div>
</article>
{% endfor %}