diff options
author | Georg Brandl <georg@python.org> | 2009-11-08 18:52:08 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-11-08 18:52:08 +0100 |
commit | a2c483c20b8f8bc5fc895cf03cfe69be70a61524 (patch) | |
tree | 1b672aab330cd98ba7667b754a57e818848c93ec | |
parent | cecc7a3a696d3ead8c90656ced441920a6477de6 (diff) | |
download | sphinx-git-a2c483c20b8f8bc5fc895cf03cfe69be70a61524.tar.gz |
#261: fix template nit.
-rw-r--r-- | sphinx/themes/basic/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html index dd2e2d511..2c8c4d7db 100644 --- a/sphinx/themes/basic/layout.html +++ b/sphinx/themes/basic/layout.html @@ -93,7 +93,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> {{ metatags }} - {%- if not embedded %} + {%- if not embedded and docstitle %} {%- set titlesuffix = " — "|safe + docstitle|e %} {%- else %} {%- set titlesuffix = "" %} |