summaryrefslogtreecommitdiff
path: root/amber/layouts/default.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'amber/layouts/default.html.haml')
-rw-r--r--amber/layouts/default.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/amber/layouts/default.html.haml b/amber/layouts/default.html.haml
index 0ee9b0f..6521333 100644
--- a/amber/layouts/default.html.haml
+++ b/amber/layouts/default.html.haml
@@ -2,7 +2,7 @@
%html{:lang => @locals[:locale].to_s}
%head
%title
- = @page.nav_title + ' - ' + @site.title
+ = @page.nav_title + ' - ' + t(:site_title)
%meta(name="viewport" content="width=device-width, initial-scale=1.0")
%meta(charset="UTF-8")
%link(rel="stylesheet" href="/assets/bootstrap.min.css")