aboutsummaryrefslogtreecommitdiff
path: root/html/main/index.tmpl.html
blob: 55acf8174276af0bba498870c890b3b8258a641d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ define "title" }}Home{{end}}
{{ define "description" }}Homepage{{end}}
{{ define "keywords" }}home{{end}}

{{ define "main" }}
      <h1>Design Projects</h1>
      <section class="projects even-2-col-grid">
{{ range .Posts.Contents }}
        <a href="/projects/{{ .FileName }}" class="thumbnail">
          {{ .Image }}
          <p>{{ .Title }}</p>
        </a>
{{ end }}
      </section>
{{ end }}