Adding darkswarm basics

This commit is contained in:
Will Marshall
2013-11-29 16:38:14 +11:00
parent a8a12d6d04
commit 175cd86976
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/*
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* 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.
*= require_self
* Stuff we haven't yet ported from search
*= require ../search/foundation_and_overrides
*= require_tree .
*/

View File

@@ -0,0 +1,10 @@
!!!
%html
%head
%meta{charset: 'utf-8'}/
%meta{name: 'viewport', content: "width=device-width,initial-scale=1.0"}/
%title= content_for?(:title) ? yield(:title) : 'Welcome to Open Food Network'
= favicon_link_tag "favicon.png"
= stylesheet_link_tag "darkswarm/all"