diff options
| author | XhmikosR <[email protected]> | 2017-08-15 15:00:54 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-15 15:00:54 +0300 |
| commit | ac718c9b6db8a2ae865213ef1d4061915b7aeb1a (patch) | |
| tree | b165349514270997b095a9922ba4bb240ea1ed59 /_includes/header.html | |
| parent | aadf2dcd0345d22efef1d8394709881cb8c88119 (diff) | |
| parent | 20abbc3c16d39ad92fbf0b497a3690967764a1fd (diff) | |
| download | bootstrap-ac718c9b6db8a2ae865213ef1d4061915b7aeb1a.tar.xz bootstrap-ac718c9b6db8a2ae865213ef1d4061915b7aeb1a.zip | |
Merge pull request #23101 from twbs/v4-dev-xmr-docs-favicons
docs: New favicons and add a service worker
Diffstat (limited to '_includes/header.html')
| -rw-r--r-- | _includes/header.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/_includes/header.html b/_includes/header.html index d9eac3db3..c7e5dbd9e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -21,14 +21,10 @@ <!-- Documentation extras --> {% if page.layout == "docs" %} -<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" /> +<link href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" rel="stylesheet"> {% endif %} <link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet"> -<!-- Favicons --> -<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png"> -<link rel="icon" href="{{ site.baseurl }}/favicon.ico"> - <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
