diff --git a/generators/app/templates/my-awesome-site/Gemfile b/generators/app/templates/my-awesome-site/Gemfile index 9a6ad5b..ff2aaea 100644 --- a/generators/app/templates/my-awesome-site/Gemfile +++ b/generators/app/templates/my-awesome-site/Gemfile @@ -9,7 +9,7 @@ ruby RUBY_VERSION # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "3.2.1" +gem "jekyll", "3.3.1" # If you have any plugins, put them here! # group :jekyll_plugins do diff --git a/generators/app/templates/my-awesome-site/_includes/head.html b/generators/app/templates/my-awesome-site/_includes/head.html index cea016e..df1c706 100644 --- a/generators/app/templates/my-awesome-site/_includes/head.html +++ b/generators/app/templates/my-awesome-site/_includes/head.html @@ -6,7 +6,7 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + - + diff --git a/generators/app/templates/my-awesome-site/_layouts/default.html b/generators/app/templates/my-awesome-site/_layouts/default.html index 9346f5c..0a0641b 100644 --- a/generators/app/templates/my-awesome-site/_layouts/default.html +++ b/generators/app/templates/my-awesome-site/_layouts/default.html @@ -15,11 +15,11 @@ {% include footer.html %} - + <% if (includeSW) { -%>