website: add a favicon and seo description

This commit is contained in:
Jack Pearkes 2014-04-17 11:49:13 -04:00
parent 7a72abc08d
commit 050302ece8
2 changed files with 6 additions and 3 deletions

BIN
website/source/images/favicon.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- <link rel="shortcut icon" href="../../assets/ico/favicon.png"> -->
<meta name="description" content="Service discovery and configuration made easy. Distributed, highly available, and datacenter-aware.">
<link rel="shortcut icon" href="/images/favicon.png">
<title><%= current_page.data.page_title ? "#{current_page.data.page_title} - " : "" %>Consul</title>