Update all the CSS classes and fix the layout so it looks good in the new theme. Convert a bunch of CSS classes to BEM style.
6 lines
177 B
HTML
6 lines
177 B
HTML
{{ $nethackData := $.Site.Data.nethack.logfile }}
|
|
{{ $logfile := slice }}
|
|
{{ range $nethackData }}
|
|
{{ $logfile = $logfile | append .logfile }}
|
|
{{ end }}
|
|
{{ return $logfile }}
|