summaryrefslogtreecommitdiff
path: root/design/templates/jrnl
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-03-13 21:34:31 -0600
committerluxagraf <sng@luxagraf.net>2019-03-13 21:34:31 -0600
commitf6c872b5d7807e443c8e4e1a4f22a8d99562e17c (patch)
tree8582d055de929138d5d3168a315667e56af804f8 /design/templates/jrnl
parentb471347e0477fa410b3f2c595dfbd3d90bf44140 (diff)
tweaked header to no longer use h1/h2, updated styles
Diffstat (limited to 'design/templates/jrnl')
-rw-r--r--design/templates/jrnl/entry_list.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/design/templates/jrnl/entry_list.html b/design/templates/jrnl/entry_list.html
index 2201e34..5aef750 100644
--- a/design/templates/jrnl/entry_list.html
+++ b/design/templates/jrnl/entry_list.html
@@ -34,11 +34,7 @@
</p>
</article> {% endfor %}
</main>
- <nav class="pagination">
+ <nav aria-label="page navigation" class="pagination">
{% paginate %}
</nav>
{% endblock %}
-
-
-
-{% block js %}<script src="/media/js/hyphenate.min.js" type="text/javascript"></script>{% endblock%}