mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
Use helper methods and hash assets
This commit is contained in:
parent
e551587951
commit
b2b4d58e4e
@ -64,7 +64,7 @@ configure :build do
|
|||||||
# activate :minify_javascript
|
# activate :minify_javascript
|
||||||
|
|
||||||
# Enable cache buster
|
# Enable cache buster
|
||||||
# activate :asset_hash
|
activate :asset_hash
|
||||||
|
|
||||||
# Use relative URLs
|
# Use relative URLs
|
||||||
# activate :relative_assets
|
# activate :relative_assets
|
||||||
|
|||||||
@ -11,9 +11,9 @@
|
|||||||
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1">
|
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1">
|
||||||
-->
|
-->
|
||||||
<!-- For all browsers -->
|
<!-- For all browsers -->
|
||||||
<link href="css/style.css?v=1" rel="stylesheet"></link>
|
<%= stylesheet_link_tag "css/style" %>
|
||||||
<!-- JavaScript at bottom except for Modernizr and Typekit -->
|
<!-- JavaScript at bottom except for Modernizr and Typekit -->
|
||||||
<script src="js/libs/modernizr-1.7.min.js"></script>
|
<%= javascript_include_tag "js/libs/modernizr-1.7.min.js" %>
|
||||||
<link href="favicon.png" rel="shortcut icon"></link>
|
<%= favicon_tag "favicon.png" %>
|
||||||
<!-- http://t.co/y1jPVnT -->
|
<!-- http://t.co/y1jPVnT -->
|
||||||
<link href="/" rel="canonical"></link>
|
<link href="/" rel="canonical"></link>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user