mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add Font Awesome
This commit is contained in:
parent
2b7b65e02a
commit
69a10a160e
37 changed files with 5848 additions and 0 deletions
|
@ -8,6 +8,11 @@ http://opensource.org/licenses/MIT.
|
|||
<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 %}
|
||||
|
||||
{% comment %}<!-- load Font Awesome but hide it if JS is disabled -->{% endcomment %}
|
||||
<link rel="stylesheet" href="/css/font-awesome-4.4.0/css/font-awesome.min.css">
|
||||
<noscript><style>.fa { display: none !important; }</style></noscript>
|
||||
|
||||
{% 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]-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue