]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove colophon include because there's only one layout using it now
authorMark Otto <otto@github.com>
Thu, 18 Jul 2013 04:02:50 +0000 (21:02 -0700)
committerMark Otto <otto@github.com>
Thu, 18 Jul 2013 04:02:50 +0000 (21:02 -0700)
docs/_includes/colophon.html [deleted file]
docs/_layouts/default.html

diff --git a/docs/_includes/colophon.html b/docs/_includes/colophon.html
deleted file mode 100644 (file)
index 3d664e6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<!-- Footer
-================================================== -->
-<footer class="bs-footer">
-  {% include social-buttons.html %}
-
-  <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
-  <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
-  <ul class="footer-links">
-    <li><a href="http://blog.getbootstrap.com">Blog</a></li>
-    <li class="muted">&middot;</li>
-    <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li>
-    <li class="muted">&middot;</li>
-    <li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li>
-  </ul>
-</footer>
index 68bcbf8d23ae1cb138736d1f3ee5d9610de9d5b1..019d7626a31b43f4e2ed8c5febd3447e233e907e 100644 (file)
 
     </div>
 
-    <!-- Main docs footer (social buttons, copyright, etc). -->
-    {% include colophon.html %}
+    <!-- Footer
+    ================================================== -->
+    <footer class="bs-footer">
+      {% include social-buttons.html %}
+
+      <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
+      <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
+      <ul class="footer-links">
+        <li><a href="http://blog.getbootstrap.com">Blog</a></li>
+        <li class="muted">&middot;</li>
+        <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li>
+        <li class="muted">&middot;</li>
+        <li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li>
+      </ul>
+    </footer>
 
     <!-- JS and analytics only. -->
     {% include footer.html %}