mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Adding darkswarm basics
This commit is contained in:
12
app/assets/stylesheets/darkswarm/all.css
Normal file
12
app/assets/stylesheets/darkswarm/all.css
Normal 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 .
|
||||
*/
|
||||
10
app/views/layouts/darkswarm.html.haml
Normal file
10
app/views/layouts/darkswarm.html.haml
Normal 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"
|
||||
Reference in New Issue
Block a user