diff options
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/index.html b/src/index.html index c0767b0..6b987f7 100644 --- a/src/index.html +++ b/src/index.html | |||
| @@ -2,8 +2,10 @@ | |||
| 2 | <ul class="article-list"> | 2 | <ul class="article-list"> |
| 3 | {{ range .Site.Pages.Children "experiments/" }} | 3 | {{ range .Site.Pages.Children "experiments/" }} |
| 4 | <li> | 4 | <li> |
| 5 | {{ template "date" .Date }} | 5 | <div> |
| 6 | <a href="{{ $.Rel .Url }}" title="{{ .Title }}">{{ .Title }}</a> | 6 | <time>{{ template "date" .Date }}</time> |
| 7 | <a href="{{ $.Rel .Url }}" title="{{ .Title }}">{{ .Title }}</a> | ||
| 8 | </div> | ||
| 7 | </li> | 9 | </li> |
| 8 | {{ end }} | 10 | {{ end }} |
| 9 | </ul> | 11 | </ul> |
| @@ -12,7 +14,7 @@ | |||
| 12 | <ul class="article-list"> | 14 | <ul class="article-list"> |
| 13 | {{ range .Site.Pages.Children "notes/" }} | 15 | {{ range .Site.Pages.Children "notes/" }} |
| 14 | <li> | 16 | <li> |
| 15 | {{ template "date" .Date }} | 17 | <time>{{ template "date" .Date }}</time> |
| 16 | <a href="{{ $.Rel .Url }}" title="{{ .Title }}">{{ .Title }}</a> | 18 | <a href="{{ $.Rel .Url }}" title="{{ .Title }}">{{ .Title }}</a> |
| 17 | </li> | 19 | </li> |
| 18 | {{ end }} | 20 | {{ end }} |
