diff options
| author | Mark Otto <[email protected]> | 2014-07-13 01:38:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-13 01:38:08 -0700 |
| commit | 0927a0fc75f408fb2e7f310f1f5b2066acc87be7 (patch) | |
| tree | 3ba36f69cd8b33fbc3184a6a20255b7e027ffbe7 /docs/_layouts/default.html | |
| parent | 5af891ac69c81ae3e9f893b79087f0eb105ad863 (diff) | |
| download | bootstrap-0927a0fc75f408fb2e7f310f1f5b2066acc87be7.tar.xz bootstrap-0927a0fc75f408fb2e7f310f1f5b2066acc87be7.zip | |
about header
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 ea8c716fe..1ba456b72 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -28,6 +28,9 @@ {% elsif page.url contains "examples" %} <h1>Examples</h1> <p class="lead">Examples.</p> + {% 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> {% endif %} {% include ads.html %} |
