rpcsx-site/news.md
Oscar Hudson 664eed9030 fix tense
2023-02-26 23:47:19 +00:00

1.2 KiB

title icon description
News newspaper-variant Catch up with the latest WiiLink news.

{% comment %} We only want to show the 3 most recent posts under news itself. {% endcomment %} {% for post in site.posts limit: 3 %}

{{ post.title }}

{% include news-post-index.html post=post %}

{{ post.content }} {% endfor %}

Older Posts

{{ site.oldnews }}

{% comment %} Posts beyond the 3 most recent will only be linked to. {% endcomment %} {% for post in site.posts offset: 3 %}

{{ post.title }}

{% include news-post-index.html post=post %}

{{ post.content | strip_html | truncatewords: 50 }} {% endfor %}