From c80e9bbd2e5126cb06e8c113a5dabfefd4c8348e Mon Sep 17 00:00:00 2001 From: sqozz Date: Thu, 28 Dec 2017 21:51:16 +0100 Subject: [PATCH] Add categories headline --- indexer.py | 2 +- templates/categories.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/indexer.py b/indexer.py index 88323f8..4e68127 100644 --- a/indexer.py +++ b/indexer.py @@ -193,4 +193,4 @@ if __name__ == "__main__": app.jinja_env.globals.update(getLocalString=getLocalString) app.jinja_env.globals.update(json=json) app.jinja_env.globals.update(sorted=sorted) - app.run(debug=True, host="0.0.0.0") + app.run(debug=True, host="127.0.0.1") diff --git a/templates/categories.html b/templates/categories.html index 16b0095..8b73727 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -9,7 +9,7 @@ vim: ts=2 noexpandtab

Categories

{% for category in categories %} - +
- +
{% endfor %}
{% endblock content%}