From 98b988d5889288f031fc5434d81fd3bab0d66f22 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 27 Apr 2014 22:17:28 -0400 Subject: [PATCH] Tweak seo titles and descriptions --- views/index.erb | 2 +- views/other.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/index.erb b/views/index.erb index 11808502..1a116057 100644 --- a/views/index.erb +++ b/views/index.erb @@ -12,7 +12,7 @@ - DevDocs — Open-source API Documentation Browser + DevDocs: Open-source / Offline API Documentation Browser diff --git a/views/other.erb b/views/other.erb index 30039520..85c8d157 100644 --- a/views/other.erb +++ b/views/other.erb @@ -3,9 +3,9 @@ - <% if doc_index_page? %><% else %><% end %> + <% if doc_index_page? %><% else %><% end %> - DevDocs<%= " — #{@doc['name']} API Documentation" if doc_index_page? %> + DevDocs<%= ": Downloadable #{@doc['name']} API Documentation" if doc_index_page? %> <%= stylesheet_tag 'application' %>