diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-06 14:49:10 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-06 14:49:10 +0000 |
commit | 8b835c38168228641666c1cf920fe94ce07be329 (patch) | |
tree | e078ed69d10c5feec9226b430e45ad70f50f4d81 /templates | |
parent | cece0e6bbb59fdfe304a81e491ad60ec0881e8f3 (diff) |
Separate out link to Stadt Zurich, and front page (fixes b2).
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/header.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html index 407cb643c..af8351ed5 100644 --- a/templates/web/zurich/header.html +++ b/templates/web/zurich/header.html @@ -38,7 +38,8 @@ <div class="table-cell"> <header id="site-header" role="banner"> <div class="container"> - <a href="http://www.stadt-zuerich.ch/" id="site-logo">Züri wie neu</a> + <a href="http://www.stadt-zuerich.ch/" id="site-logo">Stadt Zürich</a> + <a href="/" id="site-logo-text">Züri wie neu</a> <a href="#main-nav" id="nav-link">Main Navigation</a> </div> </header> |