diff options
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> |