Untitled
unknown
plain_text
a year ago
1.1 kB
11
Indexable
<!document html>
layout: default
---
<h1 class="site-title">mGBA</h1>
<div class="home">
<p class="big-info">Latest Release: <a href="{% link downloads.markdown %}">{{ site.data.releases["mGBA"][-1].release }}</a></p>
{% assign newbuild = site.data.builds["mGBA"][0] %}
<p class="big-info">Latest Development Version: <a href="{% link downloads.markdown %}#development-downloads">{{ newbuild.rev }}-{{ newbuild.hash | slice: 0, 9 }}</a></p>
<ul class="posts">
{% for post in paginator.posts %}
<li>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
<span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
<article class="post-content">{{ post.excerpt}}</article>
{% if post.content contains '<!--more-->' %}
<a class="readmore" href="{{ post.url | prepend: site.baseurl }}">Read more</a>
{% endif %}
</li>
{% endfor %}
</ul>
{% include paginate.html %}
<p class="rss-subscribe">Subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
</div>
<hmtl>Editor is loading...
Leave a Comment