Add blog to docs site (#1419)

This commit is contained in:
Jessica Parsons
2018-06-11 19:09:44 -07:00
committed by Shawn Erquhart
parent b65f68efd4
commit edfd35dfdc
8 changed files with 181 additions and 66 deletions

View File

@ -0,0 +1,16 @@
{{ partial "header" . }}
<div class="docs page">
<div class="container">
<article class="blog-content" id="blog-content">
<div class="blog-post-header">
<h1>{{ .Title }}</h1>
<p class="meta-info">by {{ .Params.author }} on {{ .Date.Format "January 2, 2006" }}</p>
</div>
{{ .Content }}
</article>
</div>
</div>
{{ partial "footer" . }}