diff --git a/_includes/collections.html b/_includes/collections.html index 7634f04..a66e2e2 100644 --- a/_includes/collections.html +++ b/_includes/collections.html @@ -1,35 +1,14 @@ -
When works all belong to a collection — whether or not it's a series in a specific order — they will be listed here.
+{% include series.html %} - -Stories are also organized by rating in order to allow readers to pick those that would fit best for them.
+{% include ratings.html %} + +Stories are sorted by length to allow chosing a work you have the time and energy for.
+{% include types.html %} diff --git a/_includes/series.html b/_includes/series.html new file mode 100644 index 0000000..7634f04 --- /dev/null +++ b/_includes/series.html @@ -0,0 +1,35 @@ + diff --git a/_posts/2018-01-26-youre-gone.md b/_posts/2018-01-26-youre-gone.md index c75e906..35d9ef0 100644 --- a/_posts/2018-01-26-youre-gone.md +++ b/_posts/2018-01-26-youre-gone.md @@ -16,8 +16,8 @@ description: An exploration in grief, told through instant messages to the dead. img: flag.svg layout: post tags: -- Death - Furry +- Death title: You're Gone --- diff --git a/collections/index.html b/collections/index.html index c9b3da5..7ef3cfa 100644 --- a/collections/index.html +++ b/collections/index.html @@ -2,17 +2,4 @@ layout: home-page --- -When works all belong to a collection — whether or not it's a series in a specific order — they will be listed here.
{% include collections.html %} - -Stories are also organized by rating in order to allow readers to pick those that would fit best for them.
-{% include ratings.html %} - -Stories are sorted by length to allow chosing a work you have the time and energy for.
-{% include types.html %} diff --git a/index.html b/index.html index 9acd884..8c4e5ef 100755 --- a/index.html +++ b/index.html @@ -30,5 +30,4 @@ layout: home-page {% include pagination.html %} -