diff --git a/README.md b/README.md index b9379a1..3a5a6b1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ theme = "contrast-hugo" [params] minimal = false + excerpts = false description = "my blog" [menu] diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b0636f4..31ddab9 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,16 +7,18 @@ {{- end }} - + {{- if or .Params.math .Site.Params.math }} -{{ partial "math.html" . }} + + + {{- end }}
{{ if not (gt (len .Site.Menus) 1) }} - {{ .Site.Title }} + {{ .Site.Title }} {{ end }} {{ range $menu, $items := .Site.Menus }}