From 36a14019d12490529c9e16d5d7e7a767a02f4961 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 070766ce7..6f09e3356 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 1e2f4d44c..c364b4255 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" %>