diff --git a/config.rb b/config.rb
index 71d4478..452f032 100644
--- a/config.rb
+++ b/config.rb
@@ -64,7 +64,7 @@ configure :build do
# activate :minify_javascript
# Enable cache buster
- # activate :asset_hash
+ activate :asset_hash
# Use relative URLs
# activate :relative_assets
diff --git a/source/partials/_head.html.erb b/source/partials/_head.html.erb
index 37483b9..36c55dd 100644
--- a/source/partials/_head.html.erb
+++ b/source/partials/_head.html.erb
@@ -11,9 +11,9 @@
-->
-
+<%= stylesheet_link_tag "css/style" %>
-
-
+<%= javascript_include_tag "js/libs/modernizr-1.7.min.js" %>
+<%= favicon_tag "favicon.png" %>