From a406f9f96549a6936226e42e99db538e518d5ed2 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 1 May 2013 12:40:13 -0400 Subject: [PATCH] More title fixing on index.html --- doc/_layouts/default.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/_layouts/default.html b/doc/_layouts/default.html index 4291637e9a..0f94e6dac9 100644 --- a/doc/_layouts/default.html +++ b/doc/_layouts/default.html @@ -2,7 +2,7 @@ - {{ page.title }}{% unless page.title == "Arvados Docs" %} | Arvados Docs{% endunless %} + {{ page.title }}{% unless page.title == "Arvados | Documentation" %} | Arvados Documentation{% endunless %} @@ -109,6 +109,16 @@ {% endif %} + -- 2.39.5