mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add updated meta description for the index page (fixes #611)
This commit is contained in:
parent
bbc01fd6a0
commit
61b6c7427c
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
<meta property="og:image" content="https://bitcoin.org/img/opengraph.png" />
|
<meta property="og:image" content="https://bitcoin.org/img/opengraph.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||||
<title>{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}</title>
|
<title>{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}</title>
|
||||||
|
{% capture metadescription %}{% translate metadescription %}{% endcapture %}{% if metadescription != '' %}<meta name="description" content="{{ metadescription }}">{% endif %}
|
||||||
{% lesscss main.less %}
|
{% lesscss main.less %}
|
||||||
<!--[if lt IE 8]>{% lesscss ie.css %}<script type="text/javascript" src="/js/ie.js"></script><![endif]-->
|
<!--[if lt IE 8]>{% lesscss ie.css %}<script type="text/javascript" src="/js/ie.js"></script><![endif]-->
|
||||||
{% if page.lang == 'ar' or page.lang == 'fa' %}{% lesscss rtl.less %}{% endif %}
|
{% if page.lang == 'ar' or page.lang == 'fa' %}{% lesscss rtl.less %}{% endif %}
|
||||||
|
|
|
@ -422,6 +422,7 @@ en:
|
||||||
readmoretxt: "This is only a very short and concise summary of the system. If you want to get into the details, you can <a href=\"/bitcoin.pdf\">read the original paper</a> that describes the system's design, read the <a href=\"/en/developer-documentation\">developer documentation</a>, and explore the <a href=\"https://en.bitcoin.it/wiki/Main_Page\">Bitcoin wiki</a>."
|
readmoretxt: "This is only a very short and concise summary of the system. If you want to get into the details, you can <a href=\"/bitcoin.pdf\">read the original paper</a> that describes the system's design, read the <a href=\"/en/developer-documentation\">developer documentation</a>, and explore the <a href=\"https://en.bitcoin.it/wiki/Main_Page\">Bitcoin wiki</a>."
|
||||||
index:
|
index:
|
||||||
title: "Bitcoin - Open source P2P money"
|
title: "Bitcoin - Open source P2P money"
|
||||||
|
metadescription: "Bitcoin is an innovative payment network and a new kind of money. Find all you need to know and get started with Bitcoin on bitcoin.org."
|
||||||
listintro: "Bitcoin is an innovative payment network and a new kind of money."
|
listintro: "Bitcoin is an innovative payment network and a new kind of money."
|
||||||
list1: "Instant peer-to-peer<br>transactions"
|
list1: "Instant peer-to-peer<br>transactions"
|
||||||
list2: "Worldwide<br>payments"
|
list2: "Worldwide<br>payments"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue