]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unneeded comment in layouts
authorMark Otto <otto@github.com>
Thu, 12 Sep 2013 04:12:58 +0000 (21:12 -0700)
committerMark Otto <otto@github.com>
Thu, 12 Sep 2013 04:12:58 +0000 (21:12 -0700)
_layouts/default.html
_layouts/home.html

index 3f1276e4e6ed1ecf00be1f43c5093ac1a3274841..f176bd4b6cd8c2f58349f45390f385f518806c55 100644 (file)
@@ -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>
index cc5026cf8ae86af710267f4dd4615db4a2b18779..9eec349385513b3a7e65b7ce9c262a83b8664787 100644 (file)
@@ -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>