diff --git a/layouts/partials/specs/project_meta.html b/layouts/partials/specs/project_meta.html
index 6e67751c..5f9a8d0c 100644
--- a/layouts/partials/specs/project_meta.html
+++ b/layouts/partials/specs/project_meta.html
@@ -12,16 +12,14 @@
{{- $card := dict "body" $projectMetaBody -}}
{{- partial "_elements/card.html" (dict "card" $card) -}}
-
-
Endorsed SPECs
- {{- $specs := where $.Site.Pages "Section" "specs" -}}
-
- {{- range ($specs.ByParam "number") -}}
- {{- if not (in (lower .Title) "meta") -}}
- {{- if in ( index .Params "endorsed-by" ) $root.File.BaseFileName }}
- - {{ .Title }}
- {{- end -}}
+Endorsed SPECs
+{{- $specs := where $.Site.Pages "Section" "specs" -}}
+
+ {{- range ($specs.ByParam "number") -}}
+ {{- if not (in (lower .Title) "meta") -}}
+ {{- if in ( index .Params "endorsed-by" ) $root.File.BaseFileName }}
+ - {{ .Title }}
{{- end -}}
{{- end -}}
-
-
+ {{- end -}}
+
diff --git a/layouts/specs/single.html b/layouts/specs/single.html
index d1eb93ac..1e6c3b3d 100644
--- a/layouts/specs/single.html
+++ b/layouts/specs/single.html
@@ -10,10 +10,8 @@ {{ .Params.Subtitle }}
{{ . }}
{{- end }}
-
- {{ .Content }}
- {{ partial "specs/comments.html" . }}
-
+ {{ .Content }}
+ {{ partial "specs/comments.html" . }}
{{ partial "shortcuts.html" . }}