diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 22:44:27 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 22:44:27 +0200 |
commit | d9aa4be1f38c44390997b49bcd02dec966655cdf (patch) | |
tree | 62ce16535ceede28537ea6d2be05eba4e34afaa6 /templates/default.html | |
parent | e99ba18f7d9936c51ab3f1aaba1f37f3efbd52d5 (diff) | |
download | blog.universe-factory.net-d9aa4be1f38c44390997b49bcd02dec966655cdf.tar blog.universe-factory.net-d9aa4be1f38c44390997b49bcd02dec966655cdf.zip |
Various fixes
Diffstat (limited to 'templates/default.html')
-rw-r--r-- | templates/default.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/templates/default.html b/templates/default.html index 74eac8b..38331ab 100644 --- a/templates/default.html +++ b/templates/default.html @@ -33,16 +33,17 @@ <div id="content"> <div id="content-body"> $body$ - - <div class="newer_older"> - <!--<span class="newer"> </span> - <span class="older"> <a href="/2/" >Older Entries »</a></span>--> - $nav$ - </div> </div> <div class="content-sidebar"> + <h3>See also</h3> + <ul> + <li><a href="http://soup.universe-factory.net/">Soup (<acronym title="not safe for work">NSFW</acronym>)</a></li> + <li><a href="http://www.last.fm/user/neoraider">last.fm</a></li> + <li><a href="https://identi.ca/neoraider/">identica</a></li> + </ul> + <h3>Blogroll</h3> - <ul class="xoxo blogroll"> + <ul> <li><a href="http://lenabits.wordpress.com/" rel="friend met">LenaBits</a></li> <li><a href="http://mieke.planetcyb.org/" rel="friend met">Mieke</a></li> <li><a href="https://mw.vc/" rel="friend met">Milliways</a></li> @@ -51,7 +52,8 @@ <li><a href="http://worldschanging.universe-factory.net/" rel="friend met">Worlds Changing</a></li> </ul> - <h3>Tags</h3><div class="tagcloud"> + <h3>Tags</h3> + <div> $tagcloud$ </div> <h3>Archive</h3> |