diff options
Diffstat (limited to 'new/splash/pages')
-rw-r--r-- | new/splash/pages/index.html.erb | 3 | ||||
-rw-r--r-- | new/splash/pages/index.xml.rb | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/new/splash/pages/index.html.erb b/new/splash/pages/index.html.erb index a23c8ff8..5614cb73 100644 --- a/new/splash/pages/index.html.erb +++ b/new/splash/pages/index.html.erb @@ -1,6 +1,6 @@ <!DOCTYPE html> - <html lang="en"> + TEST <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8"> @@ -22,7 +22,6 @@ background-image: url("<%= process_image(file: "background.png").relative_path %>"); color: #000; } - a { color: #000; } diff --git a/new/splash/pages/index.xml.rb b/new/splash/pages/index.xml.rb index 01edf785..fe4f8b91 100644 --- a/new/splash/pages/index.xml.rb +++ b/new/splash/pages/index.xml.rb @@ -18,6 +18,7 @@ module Crys 'index.xml' end + private attr_reader :main_rss |