diff --git a/.travis.yml b/.travis.yml
index b3ab200072..805c012ab6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ before_script:
# the `install` step will run `bundle install` by default.
script:
- bundle exec jekyll build
- - bundle exec htmlproofer ./_site --assume-extension --allow-hash-href
+ - bundle exec htmlproofer ./_site --assume-extension --allow-hash-href --empty-alt-ignore
env:
global:
diff --git a/_includes/head.html b/_includes/head.html
index 7d99ed6a60..b7ee5900eb 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -22,5 +22,20 @@
{% for x in page.js %}{% capture target %}{% include link.html url=x %}{% endcapture %}
{% endfor %}
-
+
+
+
+