diff --git a/Just-Read/templates/base.html b/Just-Read/templates/base.html index a768618..7c03499 100644 --- a/Just-Read/templates/base.html +++ b/Just-Read/templates/base.html @@ -40,7 +40,7 @@
diff --git a/bootlex/templates/base.html b/bootlex/templates/base.html index 95629dd..c7dbb8a 100644 --- a/bootlex/templates/base.html +++ b/bootlex/templates/base.html @@ -31,7 +31,7 @@ {% if PAGES %} {% for p in PAGES %} - {{ p.title }} + {{ p.title }} {% endfor %} {% endif %} {% else %} diff --git a/bootstrap/templates/base.html b/bootstrap/templates/base.html index 03e00e3..13428ab 100644 --- a/bootstrap/templates/base.html +++ b/bootstrap/templates/base.html @@ -31,7 +31,7 @@ {% endfor %} {% if DISPLAY_PAGES_ON_MENU %} {% for page in PAGES %} -
  • {{ page.title }}
  • +
  • {{ page.title }}
  • {% endfor %} {% endif %} {% for cat, null in categories %} diff --git a/brownstone/templates/base.html b/brownstone/templates/base.html index 7ac50ca..c1bb31d 100644 --- a/brownstone/templates/base.html +++ b/brownstone/templates/base.html @@ -40,7 +40,7 @@ Released : 20100928
  • Archives
  • {% if DISPLAY_PAGES_ON_MENU %} {% for page in PAGES %} -
  • {{ page.title }}
  • +
  • {{ page.title }}
  • {% endfor %} {% endif %} diff --git a/brownstone/templates/page.html b/brownstone/templates/page.html index 0c29eeb..58bbd7a 100644 --- a/brownstone/templates/page.html +++ b/brownstone/templates/page.html @@ -3,7 +3,7 @@ {% block content %}
    -

    {{ page.title }}

    +

    {{ page.title }}

    {% if PDF_PROCESSOR %}get the pdf{% endif %}
     
    diff --git a/lightweight/templates/menu.html b/lightweight/templates/menu.html index 5a6a52d..2e4702f 100644 --- a/lightweight/templates/menu.html +++ b/lightweight/templates/menu.html @@ -2,7 +2,7 @@ Accueil {% if DISPLAY_PAGES_ON_MENU != False%} {% for p in PAGES %} - {{ p.title }} + {{ p.title }} {% endfor %} {% else %} Catégories diff --git a/lightweight/templates/page.html b/lightweight/templates/page.html index 875fcf7..a9e9623 100644 --- a/lightweight/templates/page.html +++ b/lightweight/templates/page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}{{ page.title }}{% endblock %} {% block content %} -

    {{ page.title }}

    +

    {{ page.title }}

    {% if PDF_PROCESSOR %}get the pdf{% endif %}
     
    diff --git a/mnmlist/templates/base.html b/mnmlist/templates/base.html index 2e45ed7..5539dc6 100644 --- a/mnmlist/templates/base.html +++ b/mnmlist/templates/base.html @@ -30,7 +30,7 @@