template/file.erb in coco-0.13.0 vs template/file.erb in coco-0.14.0

- old
+ new

@@ -5,12 +5,12 @@ <title><%= @filename %></title> <link rel="stylesheet" href="css/coco.css" type="text/css" /> </head> <body> <p class="menu"> - <a href="index.html">Index</a> <img src="img/coconut16.png" width="16" height="16" /> - <a href="https://github.com/lkdjiin/coco/wiki">Wiki</a> <img src="img/coconut16.png" width="16" height="16" /> - <a href="https://github.com/lkdjiin/coco">Source</a> <img src="img/coconut16.png" width="16" height="16" /> + <a href="index.html">Index</a> | + <a href="https://github.com/lkdjiin/coco/wiki">Wiki</a> | + <a href="https://github.com/lkdjiin/coco">Source</a> | <a href="http://lkdjiin.github.com/coco/">Web site</a> </p> <h2><%= @filename %></h2> <p class="date"><%= "#{Time.now}" %></p>