Furgher org
This commit is contained in:
@ -1,35 +1,14 @@
|
|||||||
<ol class="post-card-box clearfix">
|
<h2>Collections</h2>
|
||||||
<li>
|
|
||||||
<div class="post-card">
|
|
||||||
<a href="{{site.baseurl}}/collections/series/sawtooth" class="post-card-image" style="background-image: url({{site.baseurl}}/assets/img/flag.svg)">
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<div class="post-card-body">
|
<p>When works all belong to a collection — whether or not it's a series in a specific order — they will be listed here.</p>
|
||||||
<a href="{{site.baseurl}}/collections/series/sawtooth" class="tag">Collected stories from the Sawtooth, ID furry universe</a>
|
{% include series.html %}
|
||||||
<a href="{{site.baseurl}}/collections/series/sawtooth" class="post-card-link"><h3 class="post-card-title">Sawtooth</h3></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<div class="post-card">
|
|
||||||
<a href="{{site.baseurl}}/collections/series/post-self" class="post-card-image" style="background-image: url({{site.baseurl}}/assets/img/post-self.png)">
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<div class="post-card-body">
|
<h2>Ratings</h2>
|
||||||
<a href="{{site.baseurl}}/collections/series/post-self" class="tag">Collected stories from the far-future, Post-Self universe</a>
|
|
||||||
<a href="{{site.baseurl}}/collections/series/post-self" class="post-card-link"><h3 class="post-card-title">Post-Self</h3></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<div class="post-card">
|
|
||||||
<a href="{{site.baseurl}}/collections/series/rum-and-coke" class="post-card-image" style="background-image: url({{site.baseurl}}/assets/img/rum-and-coke.png)">
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<div class="post-card-body">
|
<p>Stories are also organized by rating in order to allow readers to pick those that would fit best for them.</p>
|
||||||
<a href="{{site.baseurl}}/collections/series/rum-and-coke" class="tag">Three short stories from a furry convention</a>
|
{% include ratings.html %}
|
||||||
<a href="{{site.baseurl}}/collections/series/rum-and-coke" class="post-card-link"><h3 class="post-card-title">Rum and Coke</h3></a>
|
|
||||||
</div>
|
<h2>Types</h2>
|
||||||
</div>
|
|
||||||
</li>
|
<p>Stories are sorted by length to allow chosing a work you have the time and energy for.</p>
|
||||||
</ol>
|
{% include types.html %}
|
||||||
|
|||||||
35
_includes/series.html
Normal file
35
_includes/series.html
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<ol class="post-card-box clearfix">
|
||||||
|
<li>
|
||||||
|
<div class="post-card">
|
||||||
|
<a href="{{site.baseurl}}/collections/series/sawtooth" class="post-card-image" style="background-image: url({{site.baseurl}}/assets/img/flag.svg)">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="post-card-body">
|
||||||
|
<a href="{{site.baseurl}}/collections/series/sawtooth" class="tag">Collected stories from the Sawtooth, ID furry universe</a>
|
||||||
|
<a href="{{site.baseurl}}/collections/series/sawtooth" class="post-card-link"><h3 class="post-card-title">Sawtooth</h3></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<div class="post-card">
|
||||||
|
<a href="{{site.baseurl}}/collections/series/post-self" class="post-card-image" style="background-image: url({{site.baseurl}}/assets/img/post-self.png)">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="post-card-body">
|
||||||
|
<a href="{{site.baseurl}}/collections/series/post-self" class="tag">Collected stories from the far-future, Post-Self universe</a>
|
||||||
|
<a href="{{site.baseurl}}/collections/series/post-self" class="post-card-link"><h3 class="post-card-title">Post-Self</h3></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<div class="post-card">
|
||||||
|
<a href="{{site.baseurl}}/collections/series/rum-and-coke" class="post-card-image" style="background-image: url({{site.baseurl}}/assets/img/rum-and-coke.png)">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="post-card-body">
|
||||||
|
<a href="{{site.baseurl}}/collections/series/rum-and-coke" class="tag">Three short stories from a furry convention</a>
|
||||||
|
<a href="{{site.baseurl}}/collections/series/rum-and-coke" class="post-card-link"><h3 class="post-card-title">Rum and Coke</h3></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
@ -16,8 +16,8 @@ description: An exploration in grief, told through instant messages to the dead.
|
|||||||
img: flag.svg
|
img: flag.svg
|
||||||
layout: post
|
layout: post
|
||||||
tags:
|
tags:
|
||||||
- Death
|
|
||||||
- Furry
|
- Furry
|
||||||
|
- Death
|
||||||
title: You're Gone
|
title: You're Gone
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -2,17 +2,4 @@
|
|||||||
layout: home-page
|
layout: home-page
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>Collections</h1>
|
|
||||||
|
|
||||||
<p>When works all belong to a collection — whether or not it's a series in a specific order — they will be listed here.</p>
|
|
||||||
{% include collections.html %}
|
{% include collections.html %}
|
||||||
|
|
||||||
<h1>Ratings</h1>
|
|
||||||
|
|
||||||
<p>Stories are also organized by rating in order to allow readers to pick those that would fit best for them.</p>
|
|
||||||
{% include ratings.html %}
|
|
||||||
|
|
||||||
<h1>Types</h1>
|
|
||||||
|
|
||||||
<p>Stories are sorted by length to allow chosing a work you have the time and energy for.</p>
|
|
||||||
{% include types.html %}
|
|
||||||
|
|||||||
@ -30,5 +30,4 @@ layout: home-page
|
|||||||
|
|
||||||
{% include pagination.html %}
|
{% include pagination.html %}
|
||||||
|
|
||||||
<h2>Collections</h2>
|
|
||||||
{% include collections.html %}
|
{% include collections.html %}
|
||||||
|
|||||||
Reference in New Issue
Block a user