mirror of https://github.com/istio/istio.io.git
Revert a change to this file, which broke a bunch of pages.
This commit is contained in:
parent
e704d68356
commit
85c571ec86
|
|
@ -8,7 +8,11 @@
|
|||
|
||||
<div class="section-index">
|
||||
<div class="row">
|
||||
{{ range .Page.Pages }}
|
||||
{{ $pages := (where .Site.Pages "Section" .Section).ByWeight }}
|
||||
{{ $parent := .Page }}
|
||||
|
||||
{{ range $pages }}
|
||||
{{ if eq .Parent $parent }}
|
||||
<div class="col-xs-12 col-sm-6 col-xl-4 entry">
|
||||
<h5>
|
||||
<a href="{{ .Permalink }}">{{- if .Params.icon -}}<i class="page_icon">
|
||||
|
|
@ -17,6 +21,7 @@
|
|||
<p>{{ .Description }}</p>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue