diff options
| author | Mark Otto <[email protected]> | 2013-10-02 00:11:51 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-05 11:44:41 -0500 |
| commit | a8f21b5ae98bf515d79ed6b8a7bfa2d1e84ff056 (patch) | |
| tree | 89468a802a30089ffc24af2b2915160682469511 /_layouts | |
| parent | 56ee42d335df18d675decc0b67f76757d02ca7e9 (diff) | |
| download | bootstrap-a8f21b5ae98bf515d79ed6b8a7bfa2d1e84ff056.tar.xz bootstrap-a8f21b5ae98bf515d79ed6b8a7bfa2d1e84ff056.zip | |
merge in new ads
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/home.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/_layouts/home.html b/_layouts/home.html index 416b3e2bf..c8328feb4 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -14,6 +14,8 @@ {{ content }} <footer class="container" role="contentinfo"> + {% include ads.html %} + {% include social-buttons.html %} <ul class="bs-masthead-links"> @@ -30,9 +32,6 @@ <a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a> </li> <li> - <a href="{{ page.base_url }}components/#glyphicons" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a> - </li> - <li> <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a> </li> <li> |
