diff options
Diffstat (limited to 'html/main/projects.tmpl.html')
-rw-r--r-- | html/main/projects.tmpl.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/main/projects.tmpl.html b/html/main/projects.tmpl.html index 9baae9f..9afc81d 100644 --- a/html/main/projects.tmpl.html +++ b/html/main/projects.tmpl.html @@ -1,13 +1,14 @@ {{ define "title" }}Projects{{end}} {{ define "description" }}Porfolio projects.{{end}} {{ define "keywords" }}projects{{end}} +{{ define "canonical" }}/projects{{end}} {{ define "main" }} <h1>alexscerba.com<wbr>/projects</h1> <section class="projectList"> <h2>Completed</h2> -{{ range .Contents }} +{{ range .Posts.Contents }} <figure class="thumbnail"> <a href="/projects/{{ .FileName }}"> {{ .Image }} |