Advertisement
Guest User

Asset Helper

a guest
Dec 20th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Your current stylesheet is being referenced like this within your default.hbs file:
  2. <link href="{{@blog.url}}/css/style.css" rel="stylesheet" type="text/css" />
  3.  
  4.  
  5. You will need to change that line of code on the default.hbs file to look like this:
  6. <link href="{{asset "css/style.css"}}" rel="stylesheet" type="text/css" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement