From 578017e01d1da4746ae0045268043cfd74d41b42 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 29 Aug 2012 20:57:37 +0100 Subject: New docs --- docs/templates/layout.html | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 docs/templates/layout.html (limited to 'docs/templates/layout.html') diff --git a/docs/templates/layout.html b/docs/templates/layout.html deleted file mode 100644 index a59645f2..00000000 --- a/docs/templates/layout.html +++ /dev/null @@ -1,28 +0,0 @@ -{% extends "!layout.html" %} - -{%- if not embedded and docstitle %} - {%- set titleprefix = docstitle|e + " - "|safe %} -{%- else %} - {%- set titleprefix = "" %} -{%- endif %} - -{% block htmltitle %}{% if pagename == 'index' %}Django REST framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}{% endblock %} - -{% block extrahead %} -{{ super() }} - -{% endblock %} -{% block footer %} - -- cgit v1.2.3