aboutsummaryrefslogtreecommitdiff
path: root/html/main/projects.tmpl.html
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-08-29 17:15:26 -0500
committerAlex Scerba <alex@scerba.org>2024-10-29 13:19:57 -0400
commit74fee3bd97de12cc090702a6b8cd6285e7e1e6f5 (patch)
tree700fd85cc66e3c4bb61c9e82285869c803019ffb /html/main/projects.tmpl.html
parentb56e200279475e1dbe138ed24afb565571b6fe28 (diff)
Update to use new style elements.
Diffstat (limited to 'html/main/projects.tmpl.html')
-rw-r--r--html/main/projects.tmpl.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/html/main/projects.tmpl.html b/html/main/projects.tmpl.html
index 9afc81d..18ad060 100644
--- a/html/main/projects.tmpl.html
+++ b/html/main/projects.tmpl.html
@@ -4,10 +4,11 @@
{{ define "canonical" }}/projects{{end}}
{{ define "main" }}
- <h1>alexscerba.com<wbr>/projects</h1>
+ <h1>Projects</h1>
- <section class="projectList">
- <h2>Completed</h2>
+ <section class="postBackground">
+ <div class="projectList">
+ <h2>Completed</h2>
{{ range .Posts.Contents }}
<figure class="thumbnail">
<a href="/projects/{{ .FileName }}">
@@ -16,5 +17,6 @@
</a>
</figure>
{{ end }}
+ </div>
</section>
{{ end }} \ No newline at end of file