diff options
Diffstat (limited to 'layouts/_default/home.html')
-rw-r--r-- | layouts/_default/home.html | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/layouts/_default/home.html b/layouts/_default/home.html index e58a520..e7c9058 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -2,21 +2,7 @@ {{ .Content }} -{{/* Intro summary section */}} - -{{ if or .Site.Params.homeIntroTitle .Site.Params.homeIntroContent }} -<div class="intro"> - {{ with .Site.Params.homeIntroTitle }} - <h1>{{ . }}</h1> - {{ end }} - - {{ with .Site.Params.homeIntroContent }} - <p>{{ . | markdownify }}</p> - {{ end }} -</div> -{{ end }} - -{{/* Collection Section */}} +{{ readFile "content/home.md" | markdownify }} {{ if .Site.Params.homeCollection }} |