From 1020297f0a6bfb35dd61faa8afd3edcb863c92c3 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Tue, 18 Aug 2015 23:46:56 -0700
Subject: [PATCH] remove cdn link from home for now

---
 docs/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/index.html b/docs/index.html
index 2296ec5e00..6556d6d659 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -31,10 +31,13 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
       <div class="col-sm-6">
         <h4>Bootstrap CDN</h4>
         <p>When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.</p>
+{% comment %}
 {% highlight html %}
 <link rel="stylesheet" href="{{ site.cdn.css }}">
 <script src="{{ site.cdn.js }}"></script>
 {% endhighlight %}
+{% endcomment %}
+        <p class="text-muted">Not yet available, but hopefully soon!</p>
       </div>
     </div>
 
-- 
GitLab