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