Try the jekyll-seo-tag
This commit is contained in:
parent
f00a1e4e24
commit
87655c88c9
2 changed files with 9 additions and 4 deletions
8
_config.yml
Normal file
8
_config.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
title: Vanity ETH
|
||||||
|
description: Vanity-ETH is a browser-based tool to generate Ethereum vanity addresses. Use the power of your browser to generate a custom ETH vanity address!
|
||||||
|
url: vanity-eth.tk
|
||||||
|
#logo: TODO
|
||||||
|
google_site_verification: DFWJVWz9IRrh-wjBxn0Y8ith5FTqMeJTSUtuJ595BEs
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- jekyll-seo-tag
|
|
@ -5,10 +5,7 @@
|
||||||
<meta name="viewport"
|
<meta name="viewport"
|
||||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<meta name="google-site-verification" content="DFWJVWz9IRrh-wjBxn0Y8ith5FTqMeJTSUtuJ595BEs" />
|
{% seo %}
|
||||||
<title>Vanity ETH</title>
|
|
||||||
<meta name="description"
|
|
||||||
content="Vanity-ETH is a browser-based tool to generate Ethereum vanity addresses. Use the power of your browser to generate a custom ETH vanity address!">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue