summaryrefslogtreecommitdiff
path: root/includes/footer.xml
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-04-29 09:42:34 +0100
committerNick White <git@njw.me.uk>2010-04-29 09:42:34 +0100
commitde5a6d39938d70b07ee7380839b1116dcf26b518 (patch)
treef40153ecde54ff2327cfff6b98e7c361c593c46f /includes/footer.xml
parent07b8dc7830fb845c3bd29d76a0c2bca8eff939b6 (diff)
downloadnjw-website-de5a6d39938d70b07ee7380839b1116dcf26b518.tar.bz2
njw-website-de5a6d39938d70b07ee7380839b1116dcf26b518.zip
A hundred tiny improvements
Diffstat (limited to 'includes/footer.xml')
-rw-r--r--includes/footer.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/includes/footer.xml b/includes/footer.xml
index 58f2471..9604247 100644
--- a/includes/footer.xml
+++ b/includes/footer.xml
@@ -1,13 +1,8 @@
<div id="footer">
-<div id="moddate">
-<p>Last updated: MODDATE</p>
-</div>
+<p id="moddate">Last updated: MODDATE</p>
-<div id="copyright">
-<p>The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>.</p>
-<p>The code used to build this website is released under the <a href="http://www.gnu.org/licenses/agpl.html" rel="license">GNU Affero General Public License</a>. It is available in a <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">git repository</a>.</p>
-</div>
+<p id="copyright">The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>. The <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">code used to build this website</a> is released under the <a href="http://www.gnu.org/licenses/agpl.html" rel="license">GNU Affero General Public License</a>.</p>
</div>