2020-09-25 13:00:51 +02:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
|
|
|
2021-08-03 16:49:14 +02:00
|
|
|
<div class="pagetitle" id="browseby-title">BROWSE BY:</div>
|
2020-11-09 12:00:37 +01:00
|
|
|
|
2020-09-26 18:10:28 +02:00
|
|
|
<div id="browsebycategory-listcategories">
|
2021-07-26 16:58:37 +02:00
|
|
|
|
2021-08-03 16:49:14 +02:00
|
|
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('datesindex_recent') }}">RECENTLY ADDED</a></div>
|
|
|
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('datesindex_asc') }}">PUBLICATION DATE FROM OLDEST</a></div>
|
|
|
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('datesindex_desc') }}">PUBLICATION DATE FROM NEWEST</a></div>
|
|
|
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('artistsindex') }}">CREATORS AND CONTRIBUTORS</a></div>
|
|
|
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('publishersindex') }}">PUBLISHERS</a></div>
|
|
|
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('selfpublishedindex') }}">SELF-PUBLISHED</a></div>
|
|
|
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('zinesindex') }}">ZINES</a></div>
|
2020-09-26 18:10:28 +02:00
|
|
|
|
|
|
|
</div>
|
2020-09-25 13:00:51 +02:00
|
|
|
|
2020-11-16 21:25:29 +01:00
|
|
|
<div class="soon-nofix">More categories coming soon...</div>
|
|
|
|
|
2020-09-25 13:00:51 +02:00
|
|
|
{% endblock content %}
|