diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 10:07:17 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 10:07:17 +0200 |
| commit | 629d3907b89f795667ba5fe2f31b790bf56093cd (patch) | |
| tree | f3f4658193807af09d660feab5ba0ceb44ce9ff0 /src/index.html | |
| parent | 7ee6133bf574c0f8169db4c21768f25032a14eb1 (diff) | |
| download | mitjafelicijan.com-629d3907b89f795667ba5fe2f31b790bf56093cd.tar.gz | |
Renamed sandbox to experiments
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 921bbf7..c0767b0 100644 --- a/src/index.html +++ b/src/index.html | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <h2>Sandbox experiments</h2> | 1 | <h2>Experiments</h2> |
| 2 | <ul class="article-list"> | 2 | <ul class="article-list"> |
| 3 | {{ range .Site.Pages.Children "sandbox/" }} | 3 | {{ range .Site.Pages.Children "experiments/" }} |
| 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> |
