website: add a favicon and seo description
This commit is contained in:
parent
7a72abc08d
commit
050302ece8
Binary file not shown.
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue