File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h1>{{ .Title }}</h1>
2929 {{ else }}
3030
3131 < h2 > In this section </ h2 >
32- < div class ="card-section featured-section ">
32+ < div class ="card-section ">
3333 < div class ="card-section-content card-grid ">
3434 {{ range .Pages.ByWeight }}
3535 < a href ="{{ .Permalink }} " alt ="{{ .Title }} " class ="card " data-grid ="first-two-thirds ">
Original file line number Diff line number Diff line change 66 {{- define "breadcrumb" -}}
77 {{- with .Parent -}}
88 {{- template "breadcrumb" . -}}
9- < li > {{- if .IsHome -}}< i class =" fas fa-chevron-right " > </ i > < a href ="{{ .RelPermalink }} "> {{ .Site.Title}}</ a > {{ else }}< a href ="{{ .RelPermalink }} "> {{ .Title }}{{ end }}</ a > < i class =" fas fa-chevron-right " > </ i > </ li >
9+ < li > {{- if .IsHome -}}< a href ="{{ .RelPermalink }} "> {{ .Site.Title}}</ a > {{ else }}< a href ="{{ .RelPermalink }} "> {{ .Title }}{{ end }}</ a > </ li >
1010 {{- end -}}
1111 {{- end -}}
1212 {{- if not .IsHome -}}
You can’t perform that action at this time.
0 commit comments