diff options
Diffstat (limited to 'docs')
| -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 %} |
