diff --git a/comic/templates/base.html b/comic/templates/base.html index f006497..131495d 100644 --- a/comic/templates/base.html +++ b/comic/templates/base.html @@ -50,7 +50,13 @@ - +
{% block content %}{% endblock %}
diff --git a/comic/templates/comic/index.html b/comic/templates/comic/index.html index 8dbdf20..f028242 100644 --- a/comic/templates/comic/index.html +++ b/comic/templates/comic/index.html @@ -1,11 +1,22 @@ {% extends "base.html" %} {% block title %}My amazing blog{% endblock %} + +{% block breadcrumb %} + {% for crumb in breadcrumbs %} +
  • {{ crumb.name }}
  • + {% endfor %} +{% endblock %} {% block content %}

    Comics

    {% if file_list %} {% for file in file_list %} - {{ file }} + {% if file.isdir %} + {{ file }} + {% endif %} + {% if file.iscb %} + {{ file }} + {% endif %} {% endfor %} {% else %}

    No comics.

    diff --git a/comic/templates/comic/read_comic.html b/comic/templates/comic/read_comic.html index 428a8ff..bf0bfdf 100644 --- a/comic/templates/comic/read_comic.html +++ b/comic/templates/comic/read_comic.html @@ -2,12 +2,12 @@ {% block content %}

    - - + +
    -Prev +Prev {% if pages %}