Skip to content

Commit 1e50b95

Browse files
authored
List: Removed FA icons + removed featured section from default card (#364)
1 parent ce5d483 commit 1e50b95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

layouts/partials/breadcrumb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 -}}

0 commit comments

Comments
 (0)