diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 04:45:15 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 04:45:15 +0200 |
| commit | 79b145b979d57d10a1f3a41482b773382a78897e (patch) | |
| tree | 30043962f13f2bef2baeb0fbf3f9eacf15c499bc /xerl.buetow.foo/content/home.xml | |
| parent | 5d98f7e3825aeb65cd5f0ebdfc098e5fa5cac9f9 (diff) | |
fix HTML5 bug
Diffstat (limited to 'xerl.buetow.foo/content/home.xml')
| -rw-r--r-- | xerl.buetow.foo/content/home.xml | 48 |
1 files changed, 23 insertions, 25 deletions
diff --git a/xerl.buetow.foo/content/home.xml b/xerl.buetow.foo/content/home.xml index 29d00ac..60c41e6 100644 --- a/xerl.buetow.foo/content/home.xml +++ b/xerl.buetow.foo/content/home.xml @@ -15,29 +15,27 @@ </important> <text>Welcome to my small humble website. My real name is Paul Buetow and I am a full time Linux System Administrator managing more than 1500 servers at work (in a team). In my spare time I drive buetow.org and also spend my time in system programming tasks.</text> <text>If you don't like this website design: I am not a web designer and sometimes less is more.</text> - <text> - <enumeration> - <enumitem> - <noop>My development site: </noop> - <hyperlink>http://dev.buetow.org</hyperlink> - </enumitem> - <enumitem> - <noop>My tech blog: </noop> - <hyperlink>http://comp.buetow.org</hyperlink> - </enumitem> - <enumitem> - <noop>My "normal stuff" blog: </noop> - <hyperlink>http://blog.buetow.org</hyperlink> - <noop> (mostly german)</noop> - </enumitem> - <enumitem> - <noop>Twitter: </noop> - <hyperlink>https://twitter.com/plantanran</hyperlink> - </enumitem> - <enumitem> - <noop>My pictures: </noop> - <hyperlink>http://www.flickr.com/photos/buetow/</hyperlink> - </enumitem> - </enumeration> - </text> + <enumeration> + <enumitem> + <noop>My development site: </noop> + <hyperlink>http://dev.buetow.org</hyperlink> + </enumitem> + <enumitem> + <noop>My tech blog: </noop> + <hyperlink>http://comp.buetow.org</hyperlink> + </enumitem> + <enumitem> + <noop>My "normal stuff" blog: </noop> + <hyperlink>http://blog.buetow.org</hyperlink> + <noop> (mostly german)</noop> + </enumitem> + <enumitem> + <noop>Twitter: </noop> + <hyperlink>https://twitter.com/plantanran</hyperlink> + </enumitem> + <enumitem> + <noop>My pictures: </noop> + <hyperlink>http://www.flickr.com/photos/buetow/</hyperlink> + </enumitem> + </enumeration> </content> |
