mirror of
https://github.com/2009scape/2009scape.github.io.git
synced 2024-11-25 12:22:55 +01:00
Erorr due to Jekyll version differences
This commit is contained in:
parent
50cdeda872
commit
2f91fcc5cf
@ -3,9 +3,8 @@ layout: newspost
|
|||||||
title: Lastest
|
title: Lastest
|
||||||
---
|
---
|
||||||
<!-- Mirror latest news post -->
|
<!-- Mirror latest news post -->
|
||||||
{% assign sorted = site.pages | orderby: 'date' %}
|
|
||||||
{% assign flag = true %}
|
{% assign flag = true %}
|
||||||
{% for page in sorted %}
|
{% for page in site.pages reversed %}
|
||||||
{% for tag in page.tags %}
|
{% for tag in page.tags %}
|
||||||
{% if tag == "news" and flag %}
|
{% if tag == "news" and flag %}
|
||||||
{{page.content}}
|
{{page.content}}
|
||||||
|
Loading…
Reference in New Issue
Block a user