hgbook

changeset 915:fe9ee05ed4d5

Move page footer after navigation links.
author dukebody <dukebody@gmail.com>
date Tue Oct 27 00:48:22 2009 +0100 (2009-10-27)
parents a9e6eca8bfc5
children 0aaa70be1b13
files plastex-theme/default-layout.html
line diff
     1.1 --- a/plastex-theme/default-layout.html	Tue Oct 27 00:32:34 2009 +0100
     1.2 +++ b/plastex-theme/default-layout.html	Tue Oct 27 00:48:22 2009 +0100
     1.3 @@ -122,18 +122,18 @@
     1.4  
     1.5      </div>
     1.6  
     1.7 +    <div class="navfooter"
     1.8 +	 metal:use-macro="template/macros/navigation" />
     1.9  
    1.10 -      <div class="hgbookfooter"> <p><img src="/support/icons/rss.png"> Want to stay
    1.11 -	  up to date? Subscribe to the comment feed for the 
    1.12 -          <a class="feed"
    1.13 -	     href="/feeds/comments/">entire book</a>.</p> 
    1.14 -        <p>Icons by
    1.15 -	  <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a
    1.16 -	  href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
    1.17 +    <div class="hgbookfooter"> <p><img src="/support/icons/rss.png"> Want to stay
    1.18 +	up to date? Subscribe to the comment feed for the 
    1.19 +        <a class="feed"
    1.20 +	   href="/feeds/comments/">entire book</a>.</p> 
    1.21 +      <p>Icons by
    1.22 +	<a href="mailto:mattahan@gmail.com">Paul Davey</a> aka 
    1.23 +        <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
    1.24        </div>
    1.25  
    1.26 -      <div class="navfooter"
    1.27 -	   metal:use-macro="template/macros/navigation" />
    1.28    </body>
    1.29  
    1.30    <script language="javascript" src="icons/imgadjust.js"