diff --git a/layouts/partials/sections.html b/layouts/partials/sections.html index d847fb5..09c9ab8 100644 --- a/layouts/partials/sections.html +++ b/layouts/partials/sections.html @@ -1,11 +1,11 @@ {{ range . }} {{ if .Sections }} -
  • {{ title .Title }} +
  • {{ title .Title }}
  • {{ else }} -
  • {{ title .Title }}
  • +
  • {{ title .Title }}
  • {{ end }} {{ end }}