Add blog to docs site (#1419)
This commit is contained in:
committed by
Shawn Erquhart
parent
b65f68efd4
commit
edfd35dfdc
16
website/site/layouts/blog/single.html
Normal file
16
website/site/layouts/blog/single.html
Normal 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" . }}
|
||||
|
Reference in New Issue
Block a user