diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-11-18 17:42:46 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-18 17:42:46 +0100 |
commit | cc79dd156c79068d1b9318a6b3ac7710a668fb47 (patch) | |
tree | c8d96370c669cd7969b8dd65e940b556ae2cc7d9 | |
parent | c61759d5917996a10b06a286eb5b776e4069e35c (diff) | |
download | haskell-cc79dd156c79068d1b9318a6b3ac7710a668fb47.tar.gz |
users-guide: Move <h1> outside of <a> tag
Otherwise the header extends across the entire body, increasing the
chance that the user hits it instead of the "next" link below it.
-rw-r--r-- | docs/users_guide/ghc-theme/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghc-theme/layout.html b/docs/users_guide/ghc-theme/layout.html index 0391543f27..fc5a6a5b54 100644 --- a/docs/users_guide/ghc-theme/layout.html +++ b/docs/users_guide/ghc-theme/layout.html @@ -11,7 +11,7 @@ {% block relbar1 %} <div class="logo"> - <a href="{{ pathto('index') }}"><h1>Glasgow Haskell Compiler Users Guide</h1></a> + <h1><a href="{{ pathto('index') }}">Glasgow Haskell Compiler Users Guide</a></h1> </div> {{ super() }} {% endblock %} |