mirror of
https://github.com/2009scape/2009scape.github.io.git
synced 2024-11-25 12:22:55 +01:00
585b04d153
* Make all news posts use proper templates and use the Jekyll post system A TON of layout code was just copied over with every update post (thus duplicated). That's just asking for problems and is what templates exists for. While at it I formatted all the HTML I saw, formatting was all over the place. * Add a RSS feed for game updates
7 lines
174 B
HTML
7 lines
174 B
HTML
---
|
|
layout: null
|
|
---
|
|
|
|
{% assign latest_post = site.categories.updates | orderby: 'data' | first %}
|
|
|
|
<meta http-equiv="refresh" content="0; URL={{ latest_post.url }}" /> |