diff options
author | Alex <alex@scerba.org> | 2024-03-13 17:09:48 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:20:01 -0400 |
commit | f97d476b495126fd2474b8e3a2968658395d2a0f (patch) | |
tree | 866ce2531ea9ada192e01faeecd42fc02bc5b0c1 /html/main/projects.tmpl.html | |
parent | 99d92792daedc0501886edc7c4e4a9f3768f9b8a (diff) |
Complete restructure
Diffstat (limited to 'html/main/projects.tmpl.html')
-rw-r--r-- | html/main/projects.tmpl.html | 22 |
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 |