summaryrefslogtreecommitdiffstats
path: root/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html26
1 files changed, 17 insertions, 9 deletions
diff --git a/templates/default.html b/templates/default.html
index db34114..74eac8b 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -6,6 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Universe Factory - $title$</title>
+ <link rel="alternate" type="application/rss+xml" title="Universe Factory &raquo; Feed" href="/rss.xml" />
<link rel="stylesheet" id="lightword_stylesheet-css" href="/css/style.css" type="text/css" media="all" />
<link rel="stylesheet" id="lightword_stylesheet_original-css" href="/css/original.css" type="text/css" media="all" />
<style type="text/css">
@@ -16,15 +17,15 @@
<body class="home blog">
<div id="wrapper">
- <div id="top_cufon"><h1 id="logo"><a name="top" title="Universe Factory" href="/">Universe Factory</a> <small>Because one universe is not enough</small></h1></div>
+ <div id="top_cufon"><h1 id="logo"><a name="top" href="/">Universe Factory</a> <small>Because one universe is not enough</small></h1></div>
<div id="header">
- <a id="rss-feed" title="Syndicate this site using RSS" href="/feed/">Subscribe via RSS</a>
+ <a id="rss-feed" title="Syndicate this site using RSS" href="/rss.xml">Subscribe via RSS</a>
<div id="top_bar">
<div class="center_menu">
<ul id="front_menu" >
- <li><a class="s" title="Home" href="/"><span>Home</span></a></li>
+ <li><a class="s" href="/"><span>Home</span></a></li>
</ul>
</div>
</div>
@@ -33,14 +34,21 @@
<div id="content-body">
$body$
- <!--<div class="newer_older">
- <span class="newer">&nbsp;</span>
- <span class="older">&nbsp;<a href="/2/" >Older Entries &raquo;</a></span>
- </div>-->
+ <div class="newer_older">
+ <!--<span class="newer">&nbsp;</span>
+ <span class="older">&nbsp;<a href="/2/" >Older Entries &raquo;</a></span>-->
+ $nav$
+ </div>
</div>
<div class="content-sidebar">
<h3>Blogroll</h3>
<ul class="xoxo blogroll">
+ <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>
+ <li><a href="http://notrademark.de/" rel="friend met">Msquare</a></li>
+ <li><a href="http://themesh.de/" rel="friend met">theMesh</a></li>
+ <li><a href="http://worldschanging.universe-factory.net/" rel="friend met">Worlds Changing</a></li>
</ul>
<h3>Tags</h3><div class="tagcloud">
@@ -54,8 +62,8 @@
</div>
<div id="footer">
<span class="text">
- Copyright &copy; 2012 <a href="http://blog.universe-factory.net/">Universe Factory</a> &middot; Powered by <a href="http://github.com/jaspervdj/hakyll" title="Hakyll">Hakyll</a><br/>
- Based on <a href="http://www.lightword-design.com/" title="Lightword Theme">Lightword Theme</a> by Andrei Luca adapted for Hakyll
+ Copyright &copy; 2012 <a href="http://blog.universe-factory.net/">Universe Factory</a> &middot; Powered by <a href="http://github.com/jaspervdj/hakyll">Hakyll</a><br/>
+ Based on <a href="http://www.lightword-design.com/">Lightword Theme</a> by Andrei Luca adapted for Hakyll
<a title="Go to top" class="top" href="#top">Go to top &uarr;</a>
</span>
</div>