diff options
Diffstat (limited to 'new/splash/pages')
-rw-r--r-- | new/splash/pages/index.html.erb | 2 | ||||
-rw-r--r-- | new/splash/pages/index.xml.rb | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/new/splash/pages/index.html.erb b/new/splash/pages/index.html.erb index 46e6927e..a23c8ff8 100644 --- a/new/splash/pages/index.html.erb +++ b/new/splash/pages/index.html.erb @@ -40,7 +40,7 @@ color: #c2c2c2; padding: 10px; } - + @media (min-resolution: 192dpi) { * { image-rendering: pixelated; } } </style> </head> diff --git a/new/splash/pages/index.xml.rb b/new/splash/pages/index.xml.rb index 309cb005..01edf785 100644 --- a/new/splash/pages/index.xml.rb +++ b/new/splash/pages/index.xml.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Crys module Splash module Page @@ -13,14 +15,12 @@ module Crys end def filename - "index.xml" - + 'index.xml' end private attr_reader :main_rss - end end end |