diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index e25fa27..fdeeb93 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,30 +2,22 @@ - {{ block "title" . }} - <!-- Blocks may include default content. --> - {{ .Site.Title }} - {{ end }} - + {{ block "title" . }}{{ .Site.Title }}{{ end }} - - + - -{{ block "main" . }} - -{{ end }} -{{ block "footer" . }} - -{{ end }} +{{ block "main" . }}{{ end }} +{{ block "footer" . }}{{ end }} diff --git a/layouts/index.html b/layouts/index.html index 09eee8d..91a0f19 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,11 +1,5 @@ {{ define "main" }}
-
-

{{.Title}}

- {{ with .Params.subtitle }} - {{.}} - {{ end }} -
{{ readFile "README.md" | markdownify }}
{{ end }}