aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r--docs/_layouts/default.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 1ba456b72..b229943da 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -31,6 +31,9 @@
{% elsif page.url contains "examples" %}
<h1>About</h1>
<p class="lead">Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.</p>
+ {% elsif page.url contains "browser-bugs" %}
+ <h1>Browser bugs</h1>
+ <p class="lead">A list of the browser bugs that Bootstrap is currently grappling with.</p>
{% endif %}
{% include ads.html %}