diff options
author | Will Woods <wwoods@redhat.com> | 2009-09-11 15:27:53 -0400 |
---|---|---|
committer | Will Woods <wwoods@redhat.com> | 2009-09-11 15:27:53 -0400 |
commit | 0da8dac7fc76daaf6005e6d82d41883ee1a12c51 (patch) | |
tree | c0ca7f420aa9210183603259c54740a1c96defc6 /israwhidebroken/templates/header.html | |
parent | ff56c13d124a947a2a5c8ca9f6df411e63a8ed44 (diff) | |
download | israwhidebroken-0da8dac7fc76daaf6005e6d82d41883ee1a12c51.tar.gz israwhidebroken-0da8dac7fc76daaf6005e6d82d41883ee1a12c51.tar.xz israwhidebroken-0da8dac7fc76daaf6005e6d82d41883ee1a12c51.zip |
Improve website layout
Diffstat (limited to 'israwhidebroken/templates/header.html')
-rw-r--r-- | israwhidebroken/templates/header.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/israwhidebroken/templates/header.html b/israwhidebroken/templates/header.html index 0276130..407f2b9 100644 --- a/israwhidebroken/templates/header.html +++ b/israwhidebroken/templates/header.html @@ -2,13 +2,18 @@ xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""> <py:def function="header"> - <div id="header"> + <div id="fedora-header"> + <div id="fedora-header-logo"> + <a href="${tg.url('/')}"><img src="${tg.url('/static/images/header-fedora_logo.png')}"/></a> + </div> + <div id="fedora-header-items"> <h1> Is Rawhide Broken? <py:if test="defined('subtitle')"> <span class="subtitle" py:replace="subtitle"></span> </py:if> </h1> + </div> </div> </py:def> </html> |