mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
14 lines
1.5 KiB
HTML
14 lines
1.5 KiB
HTML
{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta property="og:image" content="https://bitcoin.org/img/icons/opengraph.png" />
|
|
<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>
|
|
{% capture metadescription %}{% translate metadescription %}{% endcapture %}{% if metadescription != '' %}<meta name="description" content="{{ metadescription }}">{% endif %}
|
|
{% lesscss main.less %}
|
|
<!--[if lt IE 8]>{% lesscss ie.css %}<script type="text/javascript" src="/js/ie.js"></script><![endif]-->
|
|
<!--[if IE 8]>{% lesscss ie8.less %}<![endif]-->
|
|
{% if page.lang == 'ar' or page.lang == 'fa' %}{% lesscss rtl.less %}{% endif %}
|
|
{% if page.lang == 'bg' or page.lang == 'el' or page.lang == 'ko' or page.lang == 'hi' or page.lang == 'pl' or page.lang == 'sl' or page.lang == 'ro' or page.lang == 'ru' or page.lang == 'tr' or page.lang == 'uk' or page.lang == 'zh_CN' or page.lang == 'zh_TW' %}{% lesscss sans.less %}{% endif %}
|
|
<script type="text/javascript" src="/js/base.js"></script>
|
|
{% if page.id != 'download' %}<script type="text/javascript" src="/js/main.js"></script>{% endif %}
|
|
<link rel="shortcut icon" href="/favicon.png">
|
|
<link rel="apple-touch-icon-precomposed" href="/img/icons/logo_ios.png"/>
|