erynwells.me/themes/platters/layouts/partials/nethack/log.html

7 lines
179 B
HTML
Raw Normal View History

{{ $nethack_data := $.Site.Data.nethack.logfile }}
{{ $logfile := slice }}
{{ range $nethack_data }}
{{ $logfile = $logfile | append .logfile }}
{{ end }}
{{ return $logfile }}