From b2b4d58e4e86f99d8a1e6a213bcd3341a0b06796 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sat, 14 Jan 2017 18:47:51 +0000 Subject: [PATCH] Use helper methods and hash assets --- config.rb | 2 +- source/partials/_head.html.erb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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" %>