diff options
| author | Mark Otto <[email protected]> | 2013-09-11 21:12:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-11 21:12:58 -0700 |
| commit | ba818bc4e3548c74f62d0217df0865d4c4bb5a72 (patch) | |
| tree | 54f7b901ae7f55cf49db407dda2a33b6bf8b381a /_layouts | |
| parent | a1cdbbe55e7c099b4ca93911cc8e6bf8311157df (diff) | |
| download | bootstrap-ba818bc4e3548c74f62d0217df0865d4c4bb5a72.tar.xz bootstrap-ba818bc4e3548c74f62d0217df0865d4c4bb5a72.zip | |
Remove unneeded comment in layouts
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 1 | ||||
| -rw-r--r-- | _layouts/home.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 3f1276e4e..f176bd4b6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,6 @@ <head> <!-- Meta, title, CSS, favicons, etc. --> {% include header.html %} - <!-- Place anything custom after this. --> </head> <body> <a class="sr-only" href="#content">Skip navigation</a> diff --git a/_layouts/home.html b/_layouts/home.html index cc5026cf8..9eec34938 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -3,7 +3,6 @@ <head> <!-- Meta, title, CSS, favicons, etc. --> {% include header.html %} - <!-- Place anything custom after this. --> </head> <body class="bs-docs-home"> <a class="sr-only" href="#content">Skip navigation</a> |
