diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-14 20:08:47 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-14 20:08:47 +0100 |
| commit | dddb3dc200e4bcbb62f4901fc0f97145884126a9 (patch) | |
| tree | f06dfb90066fa8dacdfc9539b5ff768ab30284bb | |
| parent | 79b9529fe16604dd78858056f46766e0259f980d (diff) | |
reorder
| -rw-r--r-- | paul.buetow.org/content/home.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/paul.buetow.org/content/home.xml b/paul.buetow.org/content/home.xml index 5f71e45..54850f3 100644 --- a/paul.buetow.org/content/home.xml +++ b/paul.buetow.org/content/home.xml @@ -5,10 +5,6 @@ <text>If you don't like this website design: I am not a web designer and sometimes less is more.</text> <enumeration> <enumitem> - <noop>My development site: </noop> - <hyperlink>http://dev.buetow.org</hyperlink> - </enumitem> - <enumitem> <noop>My Photostream on Flickr:</noop> <hyperlink>http://www.flickr.com/photos/buetow/</hyperlink> </enumitem> @@ -24,5 +20,9 @@ <noop>Follow me at Twitter if you want:</noop> <hyperlink>https://twitter.com/plantanran</hyperlink> </enumitem> + <enumitem> + <noop>My development site: </noop> + <hyperlink>http://dev.buetow.org</hyperlink> + </enumitem> </enumeration> </content> |
