From 885d14b0421eb6b5889fcc7fbe1f395039912219 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 12 Dec 2013 15:21:34 -0800 Subject: [PATCH] move icons to partial --- _includes/footer.html | 1 + _includes/glyphicons.html | 804 +++++++++++++++++++++++++++++++++++++ components.html | 806 +------------------------------------- 3 files changed, 807 insertions(+), 804 deletions(-) create mode 100644 _includes/glyphicons.html diff --git a/_includes/footer.html b/_includes/footer.html index a67c3a4ba4..ce6d07703e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -29,6 +29,7 @@ + diff --git a/_includes/glyphicons.html b/_includes/glyphicons.html new file mode 100644 index 0000000000..94d8890f00 --- /dev/null +++ b/_includes/glyphicons.html @@ -0,0 +1,804 @@ +
+ +
diff --git a/components.html b/components.html index 8377b81238..07a1ecb832 100644 --- a/components.html +++ b/components.html @@ -16,810 +16,8 @@ base_url: "../"

Available glyphs

Includes 200 glyphs in font format from the Glyphicon Halflings set. Glyphicons Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you to include a link back to Glyphicons whenever possible.

-
- -
+ + {% include glyphicons.html %}

How to use