diff options
Diffstat (limited to 'app/views')
| -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 828f5b2..58de77e 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | <head> | 3 | <head> |
| 4 | <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> | 4 | <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> |
| 5 | <title>CCC Template</title> | 5 | <title><%= page_title @page %></title> |
| 6 | <link rel="shortcut icon" href="/images/chaosknot.ico" type="image/ico" /> | 6 | <link rel="shortcut icon" href="/images/chaosknot.ico" type="image/ico" /> |
| 7 | <%= stylesheet_link_tag 'styled' %> | 7 | <%= stylesheet_link_tag 'styled' %> |
| 8 | <%= stylesheet_link_tag 'safari' %> | 8 | <%= stylesheet_link_tag 'safari' %> |
