mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Moved photos stylesheets to asset pipeline.
This commit is contained in:
parent
8da575ba41
commit
23b9ee5f74
@ -3,5 +3,8 @@
|
|||||||
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
||||||
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
||||||
*= require_self
|
*= require_self
|
||||||
*= require_directory .
|
*= require squaregrid
|
||||||
|
*= require photos
|
||||||
|
*= require fancybox
|
||||||
|
*= require scrollbars
|
||||||
*/
|
*/
|
||||||
@ -7,10 +7,7 @@
|
|||||||
<meta name="keywords" content="photography, images, landscapes" />
|
<meta name="keywords" content="photography, images, landscapes" />
|
||||||
<meta name="description" content="The photography portfolio of Dan Barber" />
|
<meta name="description" content="The photography portfolio of Dan Barber" />
|
||||||
<meta name="language" content="English" />
|
<meta name="language" content="English" />
|
||||||
<%= stylesheet_link_tag "squaregrid", :media => "all" %>
|
<%= stylesheet_link_tag "application" %>
|
||||||
<%= stylesheet_link_tag "photos", :media => "all" %>
|
|
||||||
<%= stylesheet_link_tag "fancybox", :media => "all" %>
|
|
||||||
<%= stylesheet_link_tag "scrollbars", :media => "screen" %>
|
|
||||||
<%= javascript_include_tag 'application' %>
|
<%= javascript_include_tag 'application' %>
|
||||||
<%= render :partial => "shared/typekit" %>
|
<%= render :partial => "shared/typekit" %>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user