diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-26 23:13:49 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:57 -0400 |
commit | a5ec592dfaff862739f6334180e4aff32b5dd48a (patch) | |
tree | 1b6c6ee435081b9124d55392f41e4055278ed6f6 /html/main | |
parent | 862d2bb8f08e4f147fb6a4d2368257af92b24268 (diff) |
Switch to .projectList class
Diffstat (limited to 'html/main')
-rw-r--r-- | html/main/projects.tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/main/projects.tmpl.html b/html/main/projects.tmpl.html index 034c9bf..9baae9f 100644 --- a/html/main/projects.tmpl.html +++ b/html/main/projects.tmpl.html @@ -5,7 +5,7 @@ {{ define "main" }} <h1>alexscerba.com<wbr>/projects</h1> - <section class="postContent"> + <section class="projectList"> <h2>Completed</h2> {{ range .Contents }} <figure class="thumbnail"> |