Closed
Description
Within an issue is declared which systems has been affected, it is not listed within the page and home which system the issue affected.
I think it's important to keep this public data even for historical
Appropriate location layouts/issues/issue.html
:
<small class="date">
{{ .Date.Format "January 02, 2006 at 3:04 PM" }}
</small>
{{ range .Params.Affected }}
<kbd>{{ . }}</kbd>
{{ end }}