From ac5936f0a5cb0e80251e51fad64a59264b7d5ee7 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 29 Sep 2014 12:10:08 +0000 Subject: [PATCH] Add catalog link to top page list in boards --- templates/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/index.html b/templates/index.html index 52328675..d02cace8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -50,6 +50,9 @@ [{{ page.num }}]{% if loop.last %} {% endif %} {% endfor %} {{ btn.next }} + {% if config.catalog_link %} + | Catalog + {% endif %} {% endif %}