Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-09-12 08:12:58 +0400
committerMark Otto <otto@github.com>2013-09-12 08:12:58 +0400
commitba818bc4e3548c74f62d0217df0865d4c4bb5a72 (patch)
tree54f7b901ae7f55cf49db407dda2a33b6bf8b381a /_layouts
parenta1cdbbe55e7c099b4ca93911cc8e6bf8311157df (diff)
Remove unneeded comment in layouts
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html1
-rw-r--r--_layouts/home.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 3f1276e4e6..f176bd4b6c 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 cc5026cf8a..9eec349385 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>