cdn:
css: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css
css_theme: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css
+ css_rtl: //netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-rtl.min.css
js: //netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="{{ site.cdn.css }}">
+<!-- RTL (right-to-left) version of CSS -->
+<link rel="stylesheet" href="{{ site.cdn.css_rtl }}">
+
<!-- Optional theme -->
<link rel="stylesheet" href="{{ site.cdn.css_theme }}">