diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-06-04 10:19:04 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-06-04 10:19:04 +0200 |
commit | e4ca3609d90bb437061e4b8db95ed0424b25eb76 (patch) | |
tree | aa070e40ab01cb1354cbf879a0fb8b2f570631d5 /vendor/twbs/bootstrap/site/_includes/header.html | |
parent | 071fba2f7121aeb9690a21398935a53deac09af8 (diff) | |
parent | bc092d8d7815195d62299c0ea54caa4759e6f2e7 (diff) | |
download | volse-hubzilla-4.2.tar.gz volse-hubzilla-4.2.tar.bz2 volse-hubzilla-4.2.zip |
Merge branch '4.2RC'4.2
Diffstat (limited to 'vendor/twbs/bootstrap/site/_includes/header.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/_includes/header.html | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/vendor/twbs/bootstrap/site/_includes/header.html b/vendor/twbs/bootstrap/site/_includes/header.html index b92a5790a..8fa50f395 100644 --- a/vendor/twbs/bootstrap/site/_includes/header.html +++ b/vendor/twbs/bootstrap/site/_includes/header.html @@ -4,6 +4,9 @@ <meta name="author" content="{{ site.authors }}"> <meta name="generator" content="Jekyll v{{ jekyll.version }}"> +<meta name="docsearch:language" content="en"> +<meta name="docsearch:version" content="{{ site.docs_version }}"> + <title> {%- if page.title -%} {{ page.title | smartify }} ยท {{ site.title | smartify }} @@ -12,26 +15,9 @@ {%- endif -%} </title> -<!-- Bootstrap core CSS --> -{% if site.github %} -<link href="{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/css/bootstrap.min.css" rel="stylesheet" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous"> -{% else %} -<link href="{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/css/bootstrap.css" rel="stylesheet"> -{% endif %} - -<!-- Documentation extras --> -{% if page.layout == "docs" %} -<link href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" rel="stylesheet"> -{% endif %} -<link href="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/css/docs.min.css" rel="stylesheet"> +<link rel="canonical" href="{{ site.url | append: page.url }}"> +{% include stylesheet.html %} {% include favicons.html %} - {% include social.html %} - -<script> - window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; - ga('create', 'UA-146052-10', 'getbootstrap.com'); - ga('send', 'pageview'); -</script> -<script async src='https://www.google-analytics.com/analytics.js'></script> +{% include analytics.html %} |