Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change page layout to fix build #755

Merged
merged 1 commit into from Dec 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'github-pages'
gem 'github-pages', '110', group: :jekyll_plugins
2 changes: 2 additions & 0 deletions _config.yml
Expand Up @@ -11,3 +11,5 @@ kramdown:
hard_wrap: false
syntax_highlighter_opts:
disable : true

exclude: [uk/CHANGELOG.md]
2 changes: 2 additions & 0 deletions _layouts/page.html
Expand Up @@ -3,6 +3,7 @@
Copyright (c) 2016 StrongLoop, IBM, and Express Contributors
License: MIT
-->
{% if page.lang %}
<html lang="{{ page.lang }}">

{% include head.html %}
Expand Down Expand Up @@ -34,3 +35,4 @@
</body>

</html>
{% endif %}