aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-13 01:43:26 -0700
committerMark Otto <[email protected]>2014-07-13 01:43:26 -0700
commit20349df3e7e7ea3199b4b0938f791b54f68e4106 (patch)
treed96e73d249a95f4871593c3114c9d7d424612131 /docs/_layouts/default.html
parent0927a0fc75f408fb2e7f310f1f5b2066acc87be7 (diff)
downloadbootstrap-20349df3e7e7ea3199b4b0938f791b54f68e4106.tar.xz
bootstrap-20349df3e7e7ea3199b4b0938f791b54f68e4106.zip
markdownify browser bugs, add config vars for shorthand urls
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 %}