{{ .Title }}
diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..02c1ae2 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,27 @@ +{{ define "main" }} +{{ .Site.Title }}
+{{ .Content }}
+Articles récents
+ {{ range first 10 .Site.RegularPages }} +{{ .Title }}
+ + {{ if .Params.excerpt }} +{{ .Params.excerpt }}
+ {{ end }} + Lire la suite → +