diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/layouts/index.html b/layouts/index.html index 16138b4..2f86fca 100644 --- a/layouts/index.html +++ b/layouts/index.html | |||
@@ -3,12 +3,5 @@ | |||
3 | <article> | 3 | <article> |
4 | {{- .Content -}} | 4 | {{- .Content -}} |
5 | </article> | 5 | </article> |
6 | {{ with .Site.GetPage "post" }} | ||
7 | {{ range .Pages }} | ||
8 | <article> | ||
9 | <p>{{ .Render "summary" }}</p> | ||
10 | </article> | ||
11 | {{ end }} | ||
12 | {{ end }} | ||
13 | </div> | 6 | </div> |
14 | {{ end }} \ No newline at end of file | 7 | {{ end }} |