aboutsummaryrefslogtreecommitdiff
path: root/example-site/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'example-site/index.md')
-rw-r--r--example-site/index.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/example-site/index.md b/example-site/index.md
index f9f8fa8..7d51067 100644
--- a/example-site/index.md
+++ b/example-site/index.md
@@ -19,7 +19,7 @@ it.
## Recent Blog Entries:
-[Atom Feed](/{{.Global.App.FeedPrefix}}/Blog?limit=5&content)
+[Atom Feed]({{.Global.App.FeedPrefix}}/Blog?limit=5&content)
{{range $val := .Index.Blog.SortDate}}
* [{{$val.Date.Time.Format "2006-01-02"}} {{$val.Title}}]({{$val.Path}}){{end}}
@@ -27,7 +27,7 @@ it.
## Published Blog Entries:
{{range $val := .Index.Blog.SortDate}}{{if $val.Published}}
- * [{{$val.Date.Time.Format "2006-01-02"}} * {{$val.Title}}]({{$val.Path}}){{end}}{{end}}
+ * [{{$val.Date.Time.Format "2006-01-02"}} {{$val.Title}}]({{$val.Path}}){{end}}{{end}}
## Some internals
@@ -44,3 +44,6 @@ it.
{{.EncodeYaml .Index}}
```
+
+
+