diff options
-rw-r--r-- | app/views/layouts/default.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index b8d947cfc..d49ec316a 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -78,7 +78,7 @@ </div> <div id="header"> <h1> - <a href="/"><%= site_name %></a> + <%= link_to site_name, frontpage_url %> </h1> <div id="tagline"> <%= _('Make and explore Freedom of Information requests') %> |