aboutsummaryrefslogtreecommitdiff
path: root/layouts/projects/single.html
blob: eea6972918a06cb73acdf0834a25b7d81e215d7b (plain)
1
2
3
4
5
6
7
8
{{ partial "head.html" . }}
<h1>{{$.Title}}</h1>
<p>Posted by Bryson Steck on {{.Date.Format "January 2, 2006"}}</p>
<hr>
<div class="project">
{{.Content}}
</div>
{{ partial "foot.html" . }}