Skip to content

Commit dc282a2

Browse files
authored
Merge branch 'hugo' into dependabot/npm_and_yarn/stylelint-config-standard-40.0.0
2 parents 8b4d2ef + 5110391 commit dc282a2

File tree

3 files changed

+33
-40
lines changed

3 files changed

+33
-40
lines changed

data/members.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"stats": {
2525
"since": "December 02nd, 2010",
2626
"changesets": {
27-
"total": 3356526,
27+
"total": 3360211,
2828
"belgium": 68201
2929
}
3030
}
@@ -39,8 +39,8 @@
3939
"stats": {
4040
"since": "April 09th, 2012",
4141
"changesets": {
42-
"total": 1175238,
43-
"belgium": 1058369
42+
"total": 1177223,
43+
"belgium": 1060354
4444
}
4545
}
4646
},
@@ -69,8 +69,8 @@
6969
"stats": {
7070
"since": "June 30th, 2012",
7171
"changesets": {
72-
"total": 3318185,
73-
"belgium": 3200360
72+
"total": 3340869,
73+
"belgium": 3223044
7474
}
7575
}
7676
},
@@ -84,8 +84,8 @@
8484
"stats": {
8585
"since": "September 14th, 2008",
8686
"changesets": {
87-
"total": 1399840,
88-
"belgium": 741249
87+
"total": 1402018,
88+
"belgium": 743401
8989
}
9090
}
9191
},
@@ -99,8 +99,8 @@
9999
"stats": {
100100
"since": "April 16th, 2009",
101101
"changesets": {
102-
"total": 1888955,
103-
"belgium": 965138
102+
"total": 1889200,
103+
"belgium": 965381
104104
}
105105
}
106106
},
@@ -144,8 +144,8 @@
144144
"stats": {
145145
"since": "August 17th, 2012",
146146
"changesets": {
147-
"total": 666395,
148-
"belgium": 648683
147+
"total": 667352,
148+
"belgium": 649640
149149
}
150150
}
151151
},
@@ -261,8 +261,8 @@
261261
"stats": {
262262
"since": "April 13th, 2016",
263263
"changesets": {
264-
"total": 1021718,
265-
"belgium": 950310
264+
"total": 1024945,
265+
"belgium": 951254
266266
}
267267
}
268268
},
@@ -276,7 +276,7 @@
276276
"stats": {
277277
"since": "May 27th, 2008",
278278
"changesets": {
279-
"total": 1318852,
279+
"total": 1318876,
280280
"belgium": 18700
281281
}
282282
}
@@ -291,8 +291,8 @@
291291
"stats": {
292292
"since": "May 10th, 2012",
293293
"changesets": {
294-
"total": 6679,
295-
"belgium": 5746
294+
"total": 6682,
295+
"belgium": 5749
296296
}
297297
}
298298
},
@@ -306,8 +306,8 @@
306306
"stats": {
307307
"since": "September 23rd, 2015",
308308
"changesets": {
309-
"total": 135466,
310-
"belgium": 67010
309+
"total": 135552,
310+
"belgium": 67096
311311
}
312312
}
313313
},
@@ -321,8 +321,8 @@
321321
"stats": {
322322
"since": "May 11th, 2010",
323323
"changesets": {
324-
"total": 148040,
325-
"belgium": 141641
324+
"total": 149302,
325+
"belgium": 142903
326326
}
327327
}
328328
},
@@ -405,8 +405,8 @@
405405
"stats": {
406406
"since": "March 08th, 2022",
407407
"changesets": {
408-
"total": 2535,
409-
"belgium": 2442
408+
"total": 2564,
409+
"belgium": 2471
410410
}
411411
}
412412
},
@@ -420,7 +420,7 @@
420420
"stats": {
421421
"since": "August 19th, 2023",
422422
"changesets": {
423-
"total": 10271,
423+
"total": 10487,
424424
"belgium": 3743
425425
}
426426
}
@@ -471,8 +471,8 @@
471471
"stats": {
472472
"since": "June 15th, 2017",
473473
"changesets": {
474-
"total": 269360,
475-
"belgium": 267584
474+
"total": 269962,
475+
"belgium": 267837
476476
}
477477
}
478478
},
@@ -486,8 +486,8 @@
486486
"stats": {
487487
"since": "March 27th, 2011",
488488
"changesets": {
489-
"total": 1677535,
490-
"belgium": 1623392
489+
"total": 1678087,
490+
"belgium": 1623944
491491
}
492492
}
493493
}

layouts/_default/taxonomy.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,24 @@ <h2 class="text-pretty text-4xl font-semibold tracking-tight text-gray-900 sm:te
44

55
<div class="mt-10 space-y-4 border-t border-gray-200 pt-10 sm:mt-16 sm:pt-16">
66

7-
{{ .Content }}
8-
97
<ul role="list" class="divide-y divide-gray-100 overflow-hidden bg-white shadow-xs ring-1 ring-gray-900/5 sm:rounded-xl">
10-
{{- range .Data.Terms.ByCount }}
8+
{{- range .Pages }}
119
<li class="relative flex justify-between gap-x-6 px-4 py-5 hover:bg-gray-50 sm:px-6">
1210
<div class="flex min-w-0 gap-x-4">
1311
<div class="min-w-0 flex-auto">
1412
<p class="text-sm/6 font-semibold text-gray-900">
15-
<a href="{{ .Page.RelPermalink }}">
13+
<a href="{{ .RelPermalink }}">
1614
<span class="absolute inset-x-0 -top-px bottom-0"></span>
17-
{{ .Page.LinkTitle }}
15+
{{ .LinkTitle }}
1816
</a>
1917
</p>
2018
<p class="mt-1 flex text-xs/5 text-gray-500 gap-x-2">
2119
{{ i18n "lastupdate" }}:
22-
<time datetime="{{ .Page.Lastmod }}">{{ .Page.Lastmod | time.Format ":date_medium" }}</time>
20+
<time datetime="{{ .Lastmod }}">{{ .Lastmod | time.Format ":date_medium" }}</time>
2321
</p>
2422
</div>
2523
</div>
2624
<div class="flex shrink-0 items-center gap-x-4">
27-
<div class="hidden sm:flex sm:flex-col sm:items-end">
28-
<p class="text-sm/6 text-gray-900">
29-
<span class="inline-flex items-center rounded-full bg-gray-100 px-2 py-1 text-xs font-medium text-gray-600">{{ .Count }}</span>
30-
</p>
31-
</div>
3225
<svg class="size-5 flex-none text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" data-slot="icon">
3326
<path fill-rule="evenodd" d="M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10 8.22 6.28a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd" />
3427
</svg>

layouts/posts/section.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ <h2 class="text-pretty text-4xl font-semibold tracking-tight text-gray-900 sm:te
3131
{{- end }}
3232
{{- with .Params.categories }}
3333
{{- range . }}
34-
<a href="{{ " /categories" | relLangURL }}/{{ . | urlize }}"
34+
<a href="{{ "/categories" | relLangURL }}/{{ . | urlize }}.html"
3535
class="inline-flex items-center rounded-full bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-500/10 hover:bg-indigo-100">{{
3636
. }}</a>
3737
{{- end }}
3838
{{- end }}
3939
{{- with .Params.tags }}
4040
{{- range . }}
41-
<a href="{{ " /tags" | relLangURL }}/{{ . | urlize }}"
41+
<a href="{{ "/tags" | relLangURL }}/{{ . | urlize }}.html"
4242
class="inline-flex items-center rounded-full bg-gray-50 px-2 py-1 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-500/10 hover:bg-gray-100">{{
4343
. }}</a>
4444
{{- end }}

0 commit comments

Comments
 (0)