From 5e2c82462e558d4c3d1b5a592d059d4557c7478b Mon Sep 17 00:00:00 2001 From: GZod01 Date: Fri, 23 Aug 2024 13:13:48 +0200 Subject: [PATCH] he --- data/members.yaml | 12 ++++---- layouts/actualites/list.html | 53 ---------------------------------- layouts/actualites/single.html | 36 ----------------------- layouts/blog/list.html | 44 ---------------------------- 4 files changed, 7 insertions(+), 138 deletions(-) delete mode 100644 layouts/actualites/list.html delete mode 100644 layouts/actualites/single.html diff --git a/data/members.yaml b/data/members.yaml index d68adf0..e3d7f0c 100644 --- a/data/members.yaml +++ b/data/members.yaml @@ -5,18 +5,20 @@ members: posten: "President, Mentor" - img: "francois" name: "François" - post: "Trésorier de l'association, Mentor" - posten: "Treasurer, Mentor" + post: "Vice président de l'association, Mentor" + posten: "Vice president, Mentor" # - img: "katia" # name: "Katia" # post: "Secrétaire" # imgnoncover: true - img: "matthieu" name: "Matthieu" - post: "Alumni, Mentor" + post: "Trésorier, Mentor" + posten: "Tresurer, Mentor" - img: "mohamed" name: "Mohamed" - post: "Alumni, Mentor" + post: "Secrétaire, Mentor" + posten: "Secretary, Mentor" - img: "damien" name: "Damien" post: "Parent, Mentor" @@ -61,4 +63,4 @@ members: - img: "camille" name: "Camille" post: "Robotique" - posten: "Robotic" \ No newline at end of file + posten: "Robotic" diff --git a/layouts/actualites/list.html b/layouts/actualites/list.html deleted file mode 100644 index 85b071a..0000000 --- a/layouts/actualites/list.html +++ /dev/null @@ -1,53 +0,0 @@ -{{ define "main" }} -
- {{ $listtitle := .Title }} - {{ if or .Title .Content }} -
- {{ with .Title }}

{{ . }}

{{ end }} - {{ with .Content }}
{{ . }}
{{ end }} -
- {{ end }} - - - {{ partial "pagination.html" . }} -
-{{ end }} diff --git a/layouts/actualites/single.html b/layouts/actualites/single.html deleted file mode 100644 index 11454c0..0000000 --- a/layouts/actualites/single.html +++ /dev/null @@ -1,36 +0,0 @@ -{{ define "main" }} -
-
-

{{ .Title }}

- - {{ if .Date }} - - {{ end }} - - - {{ if .Params.featured_image }} - {{ $featuredImage := .Resources.GetMatch (.Params.featured_image.src | safeURL) }} - {{ if $featuredImage }} - {{ $featuredImage = $featuredImage.Resize "600x" }} -
- - {{ with .Params.featured_image.caption }} -
{{ . }}
- {{ end }} -
- {{ end }} - {{ end }} - - {{ range .Params.tags }} - {{ . }} - {{ end }} -
- {{ .Content }} -
-
-
-{{ end }} diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 27dab42..8f0596f 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -1,5 +1,4 @@ {{ define "main" }} -{{ $showDatesList := false }}
@@ -13,54 +12,11 @@
- {{ if $showDatesList }} -
-

{{ (index site.Params.articles "sort-by-years").title }}

- -
- {{ end }}

{{ site.Params.articles.all }}

-
- -