Fix typo in head
This commit is contained in:
parent
4e525aeab8
commit
f168dad87a
@ -1,19 +1,19 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{% if page.title contains "titles." %} Stack Wallet | Open-source cryptocurrency wallet for Bitcoin, Monero, Firo, Epic Cash and Dogecoin
|
||||
{% else %}{{ page.title }}{% endif %}</title>
|
||||
<meta name="author" content="Cypher Stack">
|
||||
<meta name="description" content="{% if page.summary %} {{page.summary}} {%else%}Stack Wallet is an open-source multicoin wallet for Bitcoin, Dogecoin, Monero, Firo, and Epic Cash.{% endif %}">
|
||||
<meta property="og:image" content="{{page.img}}">
|
||||
<meta property="og:description" content="{% if page.summary %} {{page.summary}} {%else%}Stack Wallet is an open-source multicoin wallet for Bitcoin, Dogecoin, Monero, Firo, and Epic Cash.{% endif %}">
|
||||
<meta property="og:title" content="{% if page.title contains "titles." %}Stack Wallet | Open-source, non-custodial and privacy-preserving wallet for Bitcoin, Monero, Firo, Epic Cahs and Dogecoin
|
||||
{% else %}{{ page.title }}{% endif %}">
|
||||
<meta name="twitter:title" content="{% if page.title contains "titles." %}Stack Wallet | Open-source, non-custodial and privacy-preserving wallet for Bitcoin, Monero, Firo, Epic Cahs and Dogecoin
|
||||
{% else %}{{ page.title }}{% endif %}">
|
||||
<link rel="stylesheet" href="/css/style.css" type="text/css">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/meta/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/meta/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/meta/favicon-16x16.png">
|
||||
<link rel="manifest" href="img/meta/site.webmanifest">
|
||||
</head>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{% if page.title contains "titles." %} Stack Wallet | Open-source cryptocurrency wallet for Bitcoin, Monero, Firo, Epic Cash and Dogecoin
|
||||
{% else %}{{ page.title }}{% endif %}</title>
|
||||
<meta name="author" content="Cypher Stack">
|
||||
<meta name="description" content="{% if page.summary %} {{page.summary}} {%else%}Stack Wallet is an open-source multicoin wallet for Bitcoin, Dogecoin, Monero, Firo, and Epic Cash.{% endif %}">
|
||||
<meta property="og:image" content="{{page.img}}">
|
||||
<meta property="og:description" content="{% if page.summary %} {{page.summary}} {%else%}Stack Wallet is an open-source multicoin wallet for Bitcoin, Dogecoin, Monero, Firo, and Epic Cash.{% endif %}">
|
||||
<meta property="og:title" content="{% if page.title contains "titles." %}Stack Wallet | Open-source, non-custodial and privacy-preserving wallet for Bitcoin, Monero, Firo, Epic Cash and Dogecoin
|
||||
{% else %}{{ page.title }}{% endif %}">
|
||||
<meta name="twitter:title" content="{% if page.title contains "titles." %}Stack Wallet | Open-source, non-custodial and privacy-preserving wallet for Bitcoin, Monero, Firo, Epic Cash and Dogecoin
|
||||
{% else %}{{ page.title }}{% endif %}">
|
||||
<link rel="stylesheet" href="/css/style.css" type="text/css">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/meta/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/meta/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/meta/favicon-16x16.png">
|
||||
<link rel="manifest" href="img/meta/site.webmanifest">
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user