all repos — homestead @ 33bc8141e15ac6029bccc1cc12964227075e43f3

Code for my website

Add about section

Alan Pearce
commit

33bc8141e15ac6029bccc1cc12964227075e43f3

parent

25e8242c2cca8c1cdf47ce990f089f6fa3dd7077

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M layouts/index.htmllayouts/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">