diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-23 16:53:39 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-23 16:53:39 +0000 |
commit | 462ba9835e36ca3b42ceb59f33c03a98a22c19af (patch) | |
tree | 7ba54e5e35e4a410d1152a1204d464294518a293 /app/views/layouts/application.html.erb | |
parent | 8ea33a576682005ffaf406541bf21b1be27e19f9 (diff) |
Adds a new home page and more_info page
Diffstat (limited to 'app/views/layouts/application.html.erb')
-rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 64bcdd8..33d963e 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title><%= content_for(:title) || "Alphabetlearning" %></title> + <title><%= content_for(:title) || "Alphabet Learning" %></title> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> |