diff --git a/layouts/index.html b/layouts/index.html index 015a11d..fa60ef7 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,11 +3,8 @@
-
- {{ partial "menu" . }} -
-
- {{ range where .Site.Pages "Type" "index" }} +
+ {{ range .Site.Pages }} {{ .Content }} {{ end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 17ec260..3f0600a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,31 +1,18 @@ - + - - - - - + + + + + diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d6d7146..07c8483 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -6,19 +6,23 @@ {{ .Hugo.Generator }} - {{ with .Params.goimport }}{{ end }} - {{ with .Params.gosource }}{{ end }} + {{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }} - - - - - + {{ with .Params.goimport }}{{ end }} + {{ with .Params.gosource }}{{ end }} {{ with .RSSLink }} - - + + {{ end }} + + + + + + + + diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index 53f32a3..fc5f8fe 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -1,10 +1,12 @@