diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 1c47edba..64179ef2 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -19,4 +19,11 @@ {% include ga.html %} + diff --git a/docs/index.html b/docs/index.html index 4f0dd0c2..a5857e7e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,7 +64,7 @@ slug: home Include the following lines of code in the <head> section of your HTML. -
+
 <link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-rc.2/css/select2.min.css" rel="stylesheet" />
 <script src="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-rc.2/js/select2.min.js"></script>
 
@@ -79,7 +79,7 @@ slug: home Initialize Select2 on the <select> element that you want to make awesome. -
+
 <script type="text/javascript">
   $('select').select2();
 </script>
@@ -111,7 +111,7 @@ slug: home
         Include the following lines of code in the <head>
         section of your HTML.
 
-
+
 <link href="path/to/select2.min.css" rel="stylesheet" />
 <script src="path/to/select2.min.js"></script>