From a4303b7a7fa77a6095f6292f7a7271f2731c7bc2 Mon Sep 17 00:00:00 2001 From: Tadhg Date: Sun, 21 Apr 2019 16:21:58 -0700 Subject: [PATCH] Redo + add metadata --- app/views/layouts/application.html.erb | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index def05b3..05b1b45 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -2,8 +2,28 @@ <%= yield(:site_title).present? ? "#{yield(:site_title)} – " : "" %>Redstoner + + - + + + + + + + + + + + + + + + + + + + <%= stylesheet_link_tag "application", :media => "all" %> <% if current_user.try(:dark) == true %> <%= stylesheet_link_tag "dark", :media => "all" %>