diff --git a/templates/categories/list.html b/templates/categories/list.html index 48d22ad..718c681 100644 --- a/templates/categories/list.html +++ b/templates/categories/list.html @@ -1,13 +1,13 @@ {% extends "layout.html" %} {% block content %} -
+

Categories

{{ terms | length }} categories

-
+
{% for category in terms %} diff --git a/templates/categories/single.html b/templates/categories/single.html index 24fb3a6..087e09c 100644 --- a/templates/categories/single.html +++ b/templates/categories/single.html @@ -1,11 +1,11 @@ {% extends "layout.html" %} {% block content %} -
+

Category : {{ term.name }}

-
+
{% if paginator %} {% set pages = paginator.pages %} {% else %} diff --git a/templates/index.html b/templates/index.html index 8578545..c897932 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} -
+

{{ config.extra.index.title }}

@@ -74,7 +74,7 @@

-
+
{{ section.content | safe }}
diff --git a/templates/layout.html b/templates/layout.html index 404efee..cafadf9 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -230,7 +230,7 @@
-