diff options
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 0384538..921bbf7 100644 --- a/src/index.html +++ b/src/index.html | |||
| @@ -8,9 +8,9 @@ | |||
| 8 | {{ end }} | 8 | {{ end }} |
| 9 | </ul> | 9 | </ul> |
| 10 | 10 | ||
| 11 | <h2>Blog entries</h2> | 11 | <h2>General notes</h2> |
| 12 | <ul class="article-list"> | 12 | <ul class="article-list"> |
| 13 | {{ range .Site.Pages.Children "blog/" }} | 13 | {{ range .Site.Pages.Children "notes/" }} |
| 14 | <li> | 14 | <li> |
| 15 | {{ template "date" .Date }} | 15 | {{ template "date" .Date }} |
| 16 | <a href="{{ $.Rel .Url }}" title="{{ .Title }}">{{ .Title }}</a> | 16 | <a href="{{ $.Rel .Url }}" title="{{ .Title }}">{{ .Title }}</a> |
