diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-13 23:35:05 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-13 23:35:05 -0500 |
commit | fca693f8cf2eeeae92939488b63127a90030c8fb (patch) | |
tree | bfe7d75448b9d2714f024e7d783d3e901facfbab /html/main/projects.tmpl.html | |
parent | e864807341990f5c72e198d96740983bf7671584 (diff) |
Extreme structure changes and file renames. Move to new template format.
Diffstat (limited to 'html/main/projects.tmpl.html')
-rw-r--r-- | html/main/projects.tmpl.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/html/main/projects.tmpl.html b/html/main/projects.tmpl.html new file mode 100644 index 0000000..034c9bf --- /dev/null +++ b/html/main/projects.tmpl.html @@ -0,0 +1,19 @@ +{{ define "title" }}Projects{{end}} +{{ define "description" }}Porfolio projects.{{end}} +{{ define "keywords" }}projects{{end}} + +{{ define "main" }} + <h1>alexscerba.com<wbr>/projects</h1> + + <section class="postContent"> + <h2>Completed</h2> +{{ range .Contents }} + <figure class="thumbnail"> + <a href="/projects/{{ .FileName }}"> + {{ .Image }} + <figcaption>{{ .Title }}</figcaption> + </a> + </figure> +{{ end }} + </section> +{{ end }}
\ No newline at end of file |