aboutsummaryrefslogtreecommitdiff
path: root/html/main/projects.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/main/projects.tmpl.html')
-rw-r--r--html/main/projects.tmpl.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/html/main/projects.tmpl.html b/html/main/projects.tmpl.html
deleted file mode 100644
index 18ad060..0000000
--- a/html/main/projects.tmpl.html
+++ /dev/null
@@ -1,22 +0,0 @@
-{{ define "title" }}Projects{{end}}
-{{ define "description" }}Porfolio projects.{{end}}
-{{ define "keywords" }}projects{{end}}
-{{ define "canonical" }}/projects{{end}}
-
-{{ define "main" }}
- <h1>Projects</h1>
-
- <section class="postBackground">
- <div class="projectList">
- <h2>Completed</h2>
-{{ range .Posts.Contents }}
- <figure class="thumbnail">
- <a href="/projects/{{ .FileName }}">
- {{ .Image }}
- <figcaption>{{ .Title }}</figcaption>
- </a>
- </figure>
-{{ end }}
- </div>
- </section>
-{{ end }} \ No newline at end of file