diff options
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> |