6 lines
179 B
HTML
6 lines
179 B
HTML
{{ $nethack_data := $.Site.Data.nethack.logfile }}
|
|
{{ $logfile := slice }}
|
|
{{ range $nethack_data }}
|
|
{{ $logfile = $logfile | append .logfile }}
|
|
{{ end }}
|
|
{{ return $logfile }}
|