Mercurial > genshi > mirror
annotate examples/includes/skins/default/footer.html @ 287:798f52731bbc stable-0.3.x
Bump up version number of 0.3.x branch.
author | cmlenz |
---|---|
date | Thu, 12 Oct 2006 12:48:36 +0000 |
parents | b4d17897d053 |
children |
rev | line source |
---|---|
21
b4d17897d053
* Include paths are now interpreted relative to the path of the including template. Closes #3.
cmlenz
parents:
diff
changeset
|
1 <div id="footer"> |
b4d17897d053
* Include paths are now interpreted relative to the path of the including template. Closes #3.
cmlenz
parents:
diff
changeset
|
2 <hr /> |
b4d17897d053
* Include paths are now interpreted relative to the path of the including template. Closes #3.
cmlenz
parents:
diff
changeset
|
3 <h1>And goodbye</h1> |
b4d17897d053
* Include paths are now interpreted relative to the path of the including template. Closes #3.
cmlenz
parents:
diff
changeset
|
4 </div> |