all repos — blog @ 49178a3d44d15af39bc5221acea0ce0c9593f522

Code and content for 5ika.ch

Remove tuto from activity list
Tim Izzo tim@5ika.ch
Sun, 09 Mar 2025 10:06:56 +0100
commit

49178a3d44d15af39bc5221acea0ce0c9593f522

parent

9651df55d5056bb40ccda799db838213c1df1c29

1 files changed, 0 insertions(+), 7 deletions(-)

jump to
M layouts/shortcodes/activity.htmllayouts/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 }}