diff --git a/layouts/pages/list.html b/layouts/pages/list.html deleted file mode 100644 index 669dad1..0000000 --- a/layouts/pages/list.html +++ /dev/null @@ -1,56 +0,0 @@ -{{ define "main" }} -{{ $authorName := .Params.author }} -{{ $authorSlug := .Params.author_slug }} -{{ $authorPosts := where .Site.RegularPages "Params.author" $authorName }} - -
Retrouvez toutes les pages utiles du site ici.
-{{ .Params.excerpt }}
- {{ else if .Summary }} -{{ .Summary }}
- {{ else }} -{{ truncate 200 .Content }}
- {{ end }} -Aucun article n'a été trouvé pour cet auteur.
-