website/layouts/projects/single.html

9 lines
192 B
HTML
Raw Normal View History

2022-12-27 00:48:42 -07:00
{{ 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" . }}