diff options
author | Mario <mario@mariovavti.com> | 2021-03-08 09:31:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-08 09:31:23 +0000 |
commit | 951e9c8c4f39dd8577834d5bc501c05d80722de9 (patch) | |
tree | 6a42c6a229c7b2b3e13bc5af77a733d054242695 /vendor/twbs/bootstrap/site/_layouts/examples.html | |
parent | f94b046333c57acde493ee5dc2511acc6baca701 (diff) | |
parent | 89415e17313578eb115c441480b6e0ddfa90afef (diff) | |
download | volse-hubzilla-5.4.tar.gz volse-hubzilla-5.4.tar.bz2 volse-hubzilla-5.4.zip |
Merge branch '5.4RC'5.4
Diffstat (limited to 'vendor/twbs/bootstrap/site/_layouts/examples.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/_layouts/examples.html | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/vendor/twbs/bootstrap/site/_layouts/examples.html b/vendor/twbs/bootstrap/site/_layouts/examples.html deleted file mode 100644 index 4ca4c5681..000000000 --- a/vendor/twbs/bootstrap/site/_layouts/examples.html +++ /dev/null @@ -1,56 +0,0 @@ -<!doctype html> -<html lang="en"{% if page.html_class %} class="{{ page.html_class }}"{% endif %}> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <meta name="description" content=""> - <meta name="author" content="{{ site.authors }}"> - <meta name="generator" content="Jekyll v{{ jekyll.version }}"> - <title>{{ page.title | smartify }} ยท {{ site.title | smartify }}</title> - - <link rel="canonical" href="{{ site.url | append: page.url }}"> - - {% include stylesheet.html %} - {% include favicons.html %} - - <style> - .bd-placeholder-img { - font-size: 1.125rem; - text-anchor: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - @media (min-width: 768px) { - .bd-placeholder-img-lg { - font-size: 3.5rem; - } - } - </style> - - {%- for css in page.extra_css %} - <!-- Custom styles for this template --> - <link href="{{ css }}" rel="stylesheet"> - {%- endfor %} - </head> - <body{% if page.body_class %} class="{{ page.body_class }}"{% endif %}> - {{ content }} - - {%- if page.include_js != false -%} - <script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/js/vendor/jquery.slim.min.js"><\/script>')</script> - - {%- if jekyll.environment == "production" or jekyll.environment == "netlify" -%} - <script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/js/bootstrap.bundle.min.js" integrity="{{ site.cdn.js_bundle_hash }}" crossorigin="anonymous"></script> - {%- else -%} - <script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/js/bootstrap.bundle.js"></script> - {%- endif -%} - - {%- for js in page.extra_js %} - <script src="{{ js }}"></script> - {%- endfor %} - {%- endif -%} - </body> -</html> |