We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01f334e + 349a687 commit 69ecd0aCopy full SHA for 69ecd0a
2 files changed
content/members/leonardo-schiesaro.md
@@ -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
@@ -6,7 +6,8 @@ <h1 class="variant">{{ .Title }}</h1>
<div class="posts">
<ul class="posts-list">
- {{ range .Data.Pages.ByWeight }}
+ {{ $sortedPages := sort (sort (sort .Data.Pages "Title" "asc" (dict "case_insensitive" true)) ".Params.join_month") ".Params.join_year" }}
+ {{ range $sortedPages }}
<li class="post-item">
<div class="post-item-inner" style="align-items: center;">
<div class="post-item-left" style="flex: 5 1 0;">
0 commit comments