mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Experiment: show full news post on main page
This commit is contained in:
parent
96b11d47ce
commit
54166ced83
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue