From af756f1ea60ed1596cffe39b59b2e98e755c7232 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 18 Oct 2014 19:36:17 -0400 Subject: [PATCH] Use a description attribute for HTML descriptions --- website/source/index.html.erb | 4 ++++ website/source/layouts/_header.erb | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 070766ce7b..6f09e33560 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -1,3 +1,7 @@ +--- +description: Service discovery and configuration made easy. Distributed, highly available, and datacenter-aware. +--- +
diff --git a/website/source/layouts/_header.erb b/website/source/layouts/_header.erb index 1e2f4d44c8..c364b42555 100644 --- a/website/source/layouts/_header.erb +++ b/website/source/layouts/_header.erb @@ -5,9 +5,7 @@ <%= current_page.data.page_title ? "#{current_page.data.page_title} - " : "" %>Consul - - - + <%= stylesheet_link_tag "application" %>