diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index c0b8b99b4ab..13d0cb2015b 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -5,11 +5,6 @@ date = "2017-04-24T18:36:24+02:00" +++ -
- - # Hugo docDock theme [Hugo-theme-docdock {{%icon fa-github%}}](https://github.com/vjeantet/hugo-theme-docdock) is a theme for Hugo, a fast and modern static website engine written in Go. Hugo is often used for blogs, **this theme is fully designed for documentation.** diff --git a/layouts/index.html b/layouts/index.html index 04f026c4030..3583b66b482 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,4 +1,7 @@ {{ partial "header.html" . }} + {{if .Site.Home.Content }} {{.Site.Home.Content}} diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html deleted file mode 100644 index 08d54111be1..00000000000 --- a/layouts/partials/favicon.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layouts/partials/header.html b/layouts/partials/header.html index dbaa9cd8dbf..7608ad6b004 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,8 +5,8 @@ {{ .Hugo.Generator }} {{ partial "meta.html" . }} - {{ partial "favicon.html" . }}