2023-01-24 08:53:58 -08:00
|
|
|
{{- $logfile := partial "nethack/log.html" . -}}
|
2024-10-27 09:56:46 -06:00
|
|
|
{{- $logfile = where $logfile "death.cause" "ne" "quit" -}}
|
|
|
|
<ol class="nethack-logfile">
|
|
|
|
{{ range sort $logfile "end_date" "desc" -}}
|
|
|
|
<li class="nethack-logfile__entry">
|
|
|
|
{{ partial "nethack/logentry.html" .}}
|
|
|
|
</li>
|
2022-04-17 10:12:34 -07:00
|
|
|
{{ end }}
|
2022-11-20 12:24:14 -08:00
|
|
|
</ol>
|