Remove tuto from activity list
Tim Izzo tim@5ika.ch
Sun, 09 Mar 2025 10:06:56 +0100
1 files changed,
0 insertions(+),
7 deletions(-)
jump to
M
layouts/shortcodes/activity.html
→
layouts/shortcodes/activity.html
@@ -7,13 +7,6 @@ <a href="{{ .RelPermalink }}">{{ .LinkTitle }} <span class='date'>{{ .Date | time.Format "02.01.06" }}</span></a>
{{end}} </div> - <h4>Dernier tuto</h4> - <div> - {{ range first 1 (where site.RegularPages "Section" "tutos") }} - <a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a> - {{end}} - </div> - <h4>Lecture en cours</h4> <div> {{ $outbox := dict }}