diff --git a/_config.yml b/_config.yml index a2fe6c7..c768896 100755 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ markdown: kramdown # URL of the Site url: 'https://builtwithruby.com' # Base URL of the Site (i.e., Name of the Repository in which the Site is hosted) -baseurl: '' +baseurl: "" host: 0.0.0.0 # Title of the Site @@ -50,6 +50,8 @@ plugins: compress_html: clippings: all +bootstrap: + assets: true # Exclude exclude: diff --git a/_includes/head.html b/_includes/head.html index 69e710a..d6a0e2d 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,7 +1,7 @@
{% include meta.html %}