blob: 6cc75af897b458c9514faec1d433d24b8b9ca72e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{{ define "meta"}}
<title>Projects</title>
<meta name="description" content="Site blog featuring personal and project updates as well as anything random I want to share.">
{{ end }}
{{ define "main" }}
<h1>alexscerba.com<wbr>/projects</h1>
<section class="postContent">
<h2>Completed</h2>
{{ range .Contents }}
{{ printf "%s" .Thumbnail }}
{{ end }}
</section>
{{ end }}
|