Add about section
1 file changed, 3 insertions(+), 0 deletions(-)
jump to
M layouts/index.html → 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">