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>
29
29
{{ else }}
30
30
31
31
< h2 > In this section </ h2 >
32
- < div class ="card-section featured-section ">
32
+ < div class ="card-section ">
33
33
< div class ="card-section-content card-grid ">
34
34
{{ range .Pages.ByWeight }}
35
35
< a href ="{{ .Permalink }} " alt ="{{ .Title }} " class ="card " data-grid ="first-two-thirds ">
Original file line number Diff line number Diff line change 6
6
{{- define "breadcrumb" -}}
7
7
{{- with .Parent -}}
8
8
{{- 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 >
10
10
{{- end -}}
11
11
{{- end -}}
12
12
{{- if not .IsHome -}}
You can’t perform that action at this time.
0 commit comments