Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (28 loc) · 1.2 KB

index.md

File metadata and controls

32 lines (28 loc) · 1.2 KB
layout
default

Some introductory text about {{ site.title }}. There is a description of the universe in which the stories take place and some shared characters which authors may use, and the existing entries posted from the creators involved in the project upon which to build. {: class="excerpt offset" }

{% if site.categories.entry.size > 0 %}

Most recent

{% for post in site.categories.entry limit: 3 %} {% include entry.html post=post %} {% endfor %} {% if site.categories.entry.size > 3 %}

More entries

{% endif %}
{% endif %}

{% if site.categories.news.size > 0 %}

News

{% for post in site.categories.news limit: 3 %} {% include entry.html post=post %} {% endfor %} {% if site.categories.news.size > 3 %}

More entries

{% endif %}
{% endif %}

Have an idea for a story? A change you'd like to see on the site? Check out the contributing guidelines and create a pull-request or file an issue.