diff --git a/initer/styles.go b/initer/styles.go index fddbe76..8cb7700 100644 --- a/initer/styles.go +++ b/initer/styles.go @@ -15,6 +15,7 @@ var defaultStyle string = `body { a { color : #0D0; + text-decoration: none; } a:hover { color : red; diff --git a/initer/templates.go b/initer/templates.go index 84e6c67..91c2888 100644 --- a/initer/templates.go +++ b/initer/templates.go @@ -64,11 +64,9 @@ var defaultTemplate string = ` {{if .TimelineListing}}
-
{{range $i, $post := .TimelineListing -}} -
{{$post.Meta.FormattedDate}}
{{$post.Meta.Title}}
+{{$post.Meta.FormattedDate}}: {{$post.Meta.Title}}
{{end}} -
{{end}}