diff --git a/layouts/partials/home.html b/layouts/partials/home.html index d87a3fb..bb7fa59 100644 --- a/layouts/partials/home.html +++ b/layouts/partials/home.html @@ -18,7 +18,10 @@
  • {{ . }}
  • {{ end }} - - + {{ if .Site.Data.sections }} + {{ range first 1 (sort .Site.Data.sections "section.weight") }} + + {{ end }} + {{ end }}