diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html index 18d5a7f..cbaf82b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,9 @@ {{ partial "head.html" . }} <body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}"> <main class="content container" role="main"> + <section class="about"> + {{ .Content }} + </section> <section class="recent"> <h2>Recent Posts</h2> <ul class="posts"> |