Skip to content

Commit

Permalink
Fix meta tag and reenable --check-html
Browse files Browse the repository at this point in the history
  • Loading branch information
sangyye committed Feb 23, 2016
1 parent 2e7ff83 commit b39f4e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/_site
/_site
Gemfile.lock
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branches:
- gh-pages

rvm: 2.3.0
script: bundle exec jekyll build && bundle exec htmlproof --disable-external ./_site
script: bundle exec jekyll build && bundle exec htmlproof -t --check-html --disable-external ./_site
install: bundle install

env:
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---
<!DOCTYPE html>
<html>
<head>
<head data-proofer-ignore>
<script type="text/javascript">
var languages = {
// "bg": "bg",
Expand All @@ -22,7 +22,7 @@
document.location = "/" + language + "/";
</script>
<noscript>
<meta http-equiv="refresh" content="0;/en/">
<meta http-equiv="refresh" content="0; URL=/en/">
</noscript>
<title>Refugees on Rails - Cologne</title>
</head>
Expand Down

0 comments on commit b39f4e5

Please sign in to comment.