File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,25 @@ <h1>{{ .Title }}</h1>
2424 {{ $hasCustomContent := index .Params "nd-landing-page" | default false }}
2525 {{ if $hasCustomContent }}
2626 {{ .Content }}
27+
28+ <!-- Default landing page content -->
2729 {{ else }}
30+
31+ < div class ="card-section featured-section ">
32+ < div class ="card-section-content card-grid ">
2833 {{ range .Pages.ByWeight }}
29- < h2 >
30- < a href ="{{ .Permalink }} "> {{ .Title }}</ a >
31- </ h2 >
34+ < a href ="{{ .Permalink }} " alt ="{{ .Title }} " class ="card " data-grid ="half ">
35+ < div class ="card-container ">
36+ < div class ="card-header ">
37+ < h2 class ="card-title "> {{ .Title }}</ h2 >
38+ </ div >
39+ < div class ="card-content "> {{ .Description }}</ div >
40+ </ div >
41+ </ a >
3242 {{ end }}
43+ </ div >
44+ </ div >
45+
3346 {{ end }}
3447
3548 < hr >
You can’t perform that action at this time.
0 commit comments