@@ 34,14 34,14 @@ Henry Prêcheur <henry@precheur.
</article>{{end}}{{end}}{{template "page" .}}`
post = `{{define "body"}}
<article id='{{ .Id }}'>
-<div><a href='/scratchpad/'>Index</a></div>
+<div><a href='..'>Index</a></div>
<hr/>
<time datetime='{{ .Timestamp }}' pubdate>{{ .Timestamp }}</time>
{{.Body}}
</article>{{end}}{{define "title"}}{{.Timestamp}}{{end}}{{define "stylePrefix"}}{{end}}{{template "page" .}}`
atom = `<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
-<id>http://henry.precheur.org/scratchpad</id>
+<id>http://henry.precheur.org/scratchpad/</id>
<title>Scratchpad</title>
<updated>{{ (index . 0).Timestamp }}</updated>
<link rel="self" href="http://henry.precheur.org/scratchpad/feed.atom" />