- {{ with $.Param "description" }}
+ {{ with .Params.description }}
{{ . }}
{{ else }}
{{ .Summary }}
diff --git a/layouts/partials/summary/classic.html b/layouts/partials/summary/classic.html
index eb729d4..d6378e1 100644
--- a/layouts/partials/summary/classic.html
+++ b/layouts/partials/summary/classic.html
@@ -22,7 +22,7 @@
- {{ with $.Param "description" }}
+ {{ with .Params.description }}
{{ . }}
{{ else }}
{{ .Summary | safeHTML }}