Skip to content

Commit 69ecd0a

Browse files
authored
Merge pull request #64 from LeonardoSchiesaro/patch-1
Add myself
2 parents 01f334e + 349a687 commit 69ecd0a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
date: 2025-07-27T13:10:23+02:00
3+
title: "Leonardo Schiesaro"
4+
name: "Leonardo Schiesaro"
5+
join_year: 2025
6+
join_month: 06
7+
8+
roles:
9+
- web
10+
11+
social:
12+
linkedin: "https://www.linkedin.com/in/leonardo-schiesaro/"
13+
---

layouts/members/list.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ <h1 class="variant">{{ .Title }}</h1>
66

77
<div class="posts">
88
<ul class="posts-list">
9-
{{ range .Data.Pages.ByWeight }}
9+
{{ $sortedPages := sort (sort (sort .Data.Pages "Title" "asc" (dict "case_insensitive" true)) ".Params.join_month") ".Params.join_year" }}
10+
{{ range $sortedPages }}
1011
<li class="post-item">
1112
<div class="post-item-inner" style="align-items: center;">
1213
<div class="post-item-left" style="flex: 5 1 0;">

0 commit comments

Comments
 (0)