diff --git a/layouts/reports/list.html b/layouts/reports/list.html index 60a36cb..aff9e66 100644 --- a/layouts/reports/list.html +++ b/layouts/reports/list.html @@ -3,7 +3,7 @@ {{ with .Data.Pages }}

Previous Arch Conf reports

{{ range .ByDate}} -
  • {{ default .Title .Params.heading }}
  • +
  • {{ default .Title .Params.heading }}
  • {{ end }} {{ end }}