Skip to content

Commit

Permalink
Merge branch 'master' into i18n-support
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Oct 14, 2017
2 parents bac51f5 + 5f5f149 commit 86f6ad0
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gem 'rouge', '1.11.1'
gem 'jekyll-feed', '0.9.2'
gem 'scss_lint', require: false
gem 'elevenlabs-amp-jekyll', '1.1'
gem 'jekyll-multiple-languages-plugin', '1.5.1'
gem 'jekyll-multiple-languages-plugin', :git => "git://github.com/eko/jekyll-multiple-languages-plugin.git"

group :test do
gem 'rake'
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="no-js">
<html class="no-js" lang="{{ site.lang }}">
<script type="text/javascript">
window.site = {
lang: '{{ site.lang }}',
Expand Down

0 comments on commit 86f6ad0

Please sign in to comment.