Display the article collections
This commit is contained in:
parent
42b9d90ac6
commit
933d5b534d
|
@ -13,10 +13,14 @@ metadata:
|
|||
</section>
|
||||
|
||||
<section class="content-section">
|
||||
<h2>Fandom Culture</h2>
|
||||
<h2>My Articles:</h2>
|
||||
<ul class="article-list">
|
||||
<li><a href="/articles/my-dislike-of-shipping-culture">My Disinterest in Shipping and Dislike of Shipping Culture</a></li>
|
||||
<li><a href="/articles/designated-lesbian-syndrome-fandom">Designated Lesbian Syndrome in Fandom</a></li>
|
||||
{% for article in collections.articles %}
|
||||
<li>
|
||||
<h3><a href="{{ article.url }}">{{ article.data.articleTitle }}</a></h3>
|
||||
<time>{{ article.date | niceDate }}</time>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue