Experiment: show full news post on main page

This commit is contained in:
mathiascode 2020-08-01 03:42:16 +03:00
parent 96b11d47ce
commit 54166ced83

View file

@ -24,7 +24,7 @@ layout: default
News
</span>
{% for post in site.posts limit:1 %}
{{ post.content | strip_html | truncate: 45 }}
{{ post.content }}
{% endfor %}
</a>