diff --git a/site/_includes/header.html b/site/_includes/header.html index 83d051fa8..6e91a1f42 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -4,6 +4,9 @@ + + + {%- if page.title -%} {{ page.title | smartify }} ยท {{ site.title | smartify }} diff --git a/site/_includes/icons/bootstrap-stack.svg b/site/_includes/icons/bootstrap-stack.svg index 6b3535449..91ef8c376 100644 --- a/site/_includes/icons/bootstrap-stack.svg +++ b/site/_includes/icons/bootstrap-stack.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" {% if include.class %} class="{{ include.class }}"{% endif %}{% if include.width %} width="{{ include.width }}"{% endif %}{% if include.height %} height="{{ include.height }}"{% endif %} viewBox="0 0 1024 860" focusable="false" role="img"><title>Bootstrap \ No newline at end of file +Bootstrap diff --git a/site/docs/4.2/examples/index.html b/site/docs/4.2/examples/index.html index d47151252..28f94dfb5 100644 --- a/site/docs/4.2/examples/index.html +++ b/site/docs/4.2/examples/index.html @@ -4,8 +4,6 @@ title: Examples description: Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. redirect_from: - "/examples/" - - "/docs/4.0/examples/tooltip-viewport/" - - "/docs/4.1/examples/tooltip-viewport/" --- {% for entry in site.data.examples %}