diff options
| author | Mark Otto <[email protected]> | 2014-07-13 01:43:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-13 01:43:26 -0700 |
| commit | 20349df3e7e7ea3199b4b0938f791b54f68e4106 (patch) | |
| tree | d96e73d249a95f4871593c3114c9d7d424612131 /docs/_layouts/default.html | |
| parent | 0927a0fc75f408fb2e7f310f1f5b2066acc87be7 (diff) | |
| download | bootstrap-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.html | 3 |
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 %} |
