From 9eef7e0b1d8389d8fa1a9da33d6f80ede1f4bc4a Mon Sep 17 00:00:00 2001 From: Fabian Golle <me@fabian-golle.de> Date: Sat, 27 Jul 2013 17:30:44 +0200 Subject: [PATCH] Update getting-started.html --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index 48ebd134c7..d18c086501 100644 --- a/getting-started.html +++ b/getting-started.html @@ -44,7 +44,7 @@ base_url: "../" <p>The folks over at <a href="https://www.netdna.com/">NetDNA</a> have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the <a href="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p> {% highlight html linenos %} <!-- Latest compiled and minified CSS --> -<link href="{{ site.cdn_css }}"> +<link rel="stylesheet" href="{{ site.cdn_css }}"> <!-- Latest compiled and minified JavaScript --> <script src="{{ site.cdn_js }}"></script> -- GitLab