Skip to content

Commit

Permalink
[templates/layout][s]: put OKF logo in logo h1 section on the right.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Aug 1, 2010
1 parent 669582f commit 8246b35
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion shksprdata/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,16 @@

<py:match path="h1">
<h1 id="page-title">
<a href="${h.url_for(controller='site')}" title="${c.site_title} Home">
<a href="${h.url_for('home')}" title="${c.site_title} Home">
<img src="/img/shkspr/open_shakespeare_logo.png" alt="Open Shakespeare - The Marriage of Text and Technology" class="logo" />
</a>
<div style="float: right;">
<a href="http://www.okfn.org">
<img
src="http://assets.okfn.org/images/logo/logo_fullname_medium.png"
style="height: 55px;" alt="Open Knowledge Foundation" />
</a>
</div>
</h1>
</py:match>

Expand Down

0 comments on commit 8246b35

Please sign in to comment.