2009scape-website/services/m=news/archives/index.html

98 lines
2.8 KiB
HTML
Raw Normal View History

---
title: Legacy News List
tags: archive
layout: newspost
collection: Game Updates
---
<div id="content">
<div id="article">
<div class="sectionHeader">
<div class="left">
<div class="right">
<h1 class="plaque">
<b>Updates</b>
</h1>
</div>
</div>
</div>
<div class="section">
<div class="brown_background">
<div id="contrast_panel">
<div id="infopane">
<!-- The New's & Update banner -->
<span class="title"><img src="../../../site/2009scape-resources/img/game_guide/banners/archives.png" alt=""></span>
<ul class="flat">
<li><br>
</li>
</ul>
</div>
</div>
<div id="nocontrols" class="phold"></div>
</div>
<div id="content_forum" class="border">
<div class="bk"></div>
<div class="cont">
<table>
<tbody><tr>
<td class="title1 first-child">&nbsp;</td>
<td id="header_posts" class="center title">Category</td>
<td id="header_lastpost" class="title1">
Post Date
</td>
</tr>
<!-- You can pin a post here-->
<!-- Jekyll -->
{% assign sorted = site.pages | orderby: 'date' | reverse %}
{% for page in sorted %}
{% for tag in page.tags %}
{% if tag == "news" %}
<tr class="thdnrml">
<td class="threadtitle">
<a class="sticky1" href="{{ page.url | prepend: site.baseurl }}"><b>{{ page.title | replace: "2009Scape - ", "" }}</b></a><br>
<span class="nt">created by <span class="username"><img src="../../../site/img/forum/crown_gold.gif" height="8" width="10">{{ page.authors }}</span></span>
</td>
<!-- Category the posts are in -->
<td class="n posts">
{{ page.collection }}
</td>
<!-- When the page was created -->
<td class="updated">
<b>{{ page.date | date: "%-d %B %Y"}}</b>
<br>Not Recorded
</td>
</tr>
{% endif %}
{% endfor %}
{% endfor %}
</tbody></table>
<div class="actions" id="bottom">
<table>
<tbody><tr>
<td class="commands center">
<ul class="flat first-child">
<li class="first-child">
<a href="../list.html"><img src="../../../site/2009scape-resources/img/icons/mini_game_updates.gif" alt="">Back to Current News List</a>
</li>
<li><a href="./archives.html"><img src="../../../site/2009scape-resources/img/icons/refresh.gif" alt="">Refresh Page</a></li>
</ul>
</td>
</tr>
</tbody></table>
</div>
</div>
<br class="clear">
</div>
</div>
</div>
</div>