File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1212{{- $card := dict "body" $projectMetaBody -}}
1313{{- partial "_elements/card.html" (dict "card" $card) -}}
1414
15- < div class ="article-content ">
16- < h2 > Endorsed SPECs</ h1 >
17- {{- $specs := where $.Site.Pages "Section" "specs" -}}
18- < ul class ="endorsed-specs-list ">
19- {{- range ($specs.ByParam "number") -}}
20- {{- if not (in (lower .Title) "meta") -}}
21- {{- if in ( index .Params "endorsed-by" ) $root.File.BaseFileName }}
22- < li > < a href ="{{ .RelPermalink }} "> {{ .Title }}</ a > </ li >
23- {{- end -}}
15+ < h2 > Endorsed SPECs</ h2 >
16+ {{- $specs := where $.Site.Pages "Section" "specs" -}}
17+ < ul class ="endorsed-specs-list ">
18+ {{- range ($specs.ByParam "number") -}}
19+ {{- if not (in (lower .Title) "meta") -}}
20+ {{- if in ( index .Params "endorsed-by" ) $root.File.BaseFileName }}
21+ < li > < a href ="{{ .RelPermalink }} "> {{ .Title }}</ a > </ li >
2422 {{- end -}}
2523 {{- end -}}
26- </ ul >
27- </ div >
24+ {{- end -}}
25+ </ ul >
Original file line number Diff line number Diff line change @@ -10,10 +10,8 @@ <h5 class="subtitle">{{ .Params.Subtitle }}</h5>
1010 {{ . }}
1111 {{- end }}
1212
13- < div class ="article-content ">
14- {{ .Content }}
15- {{ partial "specs/comments.html" . }}
16- </ div >
13+ {{ .Content }}
14+ {{ partial "specs/comments.html" . }}
1715 </ div >
1816 {{ partial "shortcuts.html" . }}
1917</ section >
You can’t perform that action at this time.
0 commit comments