From 4df407bf2a1735c5ab5d75230e66a688ed231b08 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sun, 17 Apr 2016 16:55:53 +0530 Subject: Update theme for my taste --- templates/page.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 5ceb779..b834171 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,12 +1,19 @@ {% extends "base.html" %} +{% block menu %} +| Home | +{% for p in pages %} +{% if p.title != page.title %} +| {{p.title}} | +{% endif %} +{% endfor %} +{% endblock %} +{% block page %} +

{{ + page.title|striptags}}

+{% endblock %} {% block title %}{{ page.title }}{%endblock%} {% block content %} -

{{ page.title }}

- {% import 'translations.html' as translations with context %} - {{ translations.translations_for(page) }} - {{ page.content }} - {% if page.modified %}

Last updated: {{ page.locale_modified }} -- cgit v1.2.3